summaryrefslogtreecommitdiff
path: root/src/Fl_Gl_Overlay.cxx
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2008-09-18 00:15:35 +0000
committerFabien Costantini <fabien@onepost.net>2008-09-18 00:15:35 +0000
commitdcb87bede12c75be3624ead49d8551825eccf0cb (patch)
tree55d9dbbe24da17f5f11dddfac139cd9ded0bd3bc /src/Fl_Gl_Overlay.cxx
parent4bbafadc4f21548ef48162ea7696a5d59b323047 (diff)
Doxygen documentation: completed Fl_Gl_Window.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6294 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Gl_Overlay.cxx')
-rw-r--r--src/Fl_Gl_Overlay.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Gl_Overlay.cxx b/src/Fl_Gl_Overlay.cxx
index 9097bc3a7..f9a2c7bed 100644
--- a/src/Fl_Gl_Overlay.cxx
+++ b/src/Fl_Gl_Overlay.cxx
@@ -230,7 +230,7 @@ void Fl_Gl_Window::make_overlay_current() {
glDrawBuffer(GL_FRONT);
#endif
}
-
+/** Hides the window if it is not this window, does nothing in WIN32*/
void Fl_Gl_Window::hide_overlay() {
#if HAVE_GL_OVERLAY
#ifdef WIN32