diff options
Diffstat (limited to 'src/Fl_Gl_Overlay.cxx')
| -rw-r--r-- | src/Fl_Gl_Overlay.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Gl_Overlay.cxx b/src/Fl_Gl_Overlay.cxx index 0c98ca707..161a51bb6 100644 --- a/src/Fl_Gl_Overlay.cxx +++ b/src/Fl_Gl_Overlay.cxx @@ -62,7 +62,7 @@ void Fl_Gl_Window::make_overlay_current() { pGlWindowDriver->make_overlay_current(); } -/** Hides the window if it is not this window, does nothing in WIN32. */ +/** Hides the window if it is not this window, does nothing in Windows. */ void Fl_Gl_Window::hide_overlay() { pGlWindowDriver->hide_overlay(); } @@ -211,7 +211,7 @@ void Fl_X11_Gl_Window_Driver::make_overlay(void *¤t) { #include "drivers/WinAPI/Fl_WinAPI_Window_Driver.H" //////////////////////////////////////////////////////////////// -// WIN32 version: +// Windows version: void Fl_WinAPI_Gl_Window_Driver::hide_overlay(void *& overlay) { #if HAVE_GL_OVERLAY |
