summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-05-08 16:45:11 +0000
committerManolo Gouy <Manolo>2016-05-08 16:45:11 +0000
commit096cb38e1e3c717390f722ff448cf8386f4da556 (patch)
tree3af9971f253350a8dfc01cfd554880ff512b9a98
parent188f80161a5e3cc926c2ddfc6efccb3f4dbbb63c (diff)
Fix typo in comment
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11721 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/Fl_Gl_Choice.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Fl_Gl_Choice.cxx b/src/Fl_Gl_Choice.cxx
index 299bf3b2f..c37a0d8f1 100644
--- a/src/Fl_Gl_Choice.cxx
+++ b/src/Fl_Gl_Choice.cxx
@@ -133,8 +133,7 @@ Fl_Gl_Choice *Fl_WinAPI_Gl_Window_Driver::find(int m, const int *alistp)
Fl_Gl_Choice *g = Fl_Gl_Window_Driver::find_begin(m, alistp);
if (g) return g;
- // Replacement for ChoosePixelFormat() that finds one with an overlay
- // if possible:)
+ // Replacement for ChoosePixelFormat() that finds one with an overlay if possible:
HDC gc = (HDC)(fl_graphics_driver ? fl_graphics_driver->gc() : 0);
if (!gc) gc = fl_GetDC(0);
int pixelformat = 0;