summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2018-11-05 19:05:21 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2018-11-05 19:05:21 +0000
commit055de59c1d51eb55068fb3f033c4eb29952b6762 (patch)
tree3688914843af8462cb7f5121790a5e33e0fafade
parent09abaf433905d46835f5864c65fe219259381949 (diff)
Fix comment only (wrong STR number).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@13113 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/Fl_Gl_Choice.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Gl_Choice.cxx b/src/Fl_Gl_Choice.cxx
index 93967cd15..77722dc2d 100644
--- a/src/Fl_Gl_Choice.cxx
+++ b/src/Fl_Gl_Choice.cxx
@@ -141,7 +141,7 @@ void Fl_Cocoa_Gl_Window_Driver::delete_gl_context(GLContext context) {
#include "drivers/WinAPI/Fl_WinAPI_Window_Driver.H"
extern void fl_save_dc(HWND, HDC);
-// STR #3191: select pixel format with composition support
+// STR #3119: select pixel format with composition support
// ... and no more than 32 color bits (8 bits/color)
// Ref: PixelFormatDescriptor Object
// https://msdn.microsoft.com/en-us/library/cc231189.aspx