summaryrefslogtreecommitdiff
path: root/src/Fl_Gl_Overlay.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2008-12-13 19:40:26 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2008-12-13 19:40:26 +0000
commit21b8d6aa1a6c1fbf98df5d11507a6629a528ae82 (patch)
tree76258c91b97cef0f5fca87539d7b2f0c4d519eca /src/Fl_Gl_Overlay.cxx
parent6ed54124bbff402944085568bb2fa2148a2eff62 (diff)
more doxygen updates
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6583 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 433de4a88..9b6f178c2 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*/
+/** 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