diff options
| author | Fabien Costantini <fabien@onepost.net> | 2008-09-18 00:15:35 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2008-09-18 00:15:35 +0000 |
| commit | dcb87bede12c75be3624ead49d8551825eccf0cb (patch) | |
| tree | 55d9dbbe24da17f5f11dddfac139cd9ded0bd3bc /src | |
| parent | 4bbafadc4f21548ef48162ea7696a5d59b323047 (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')
| -rw-r--r-- | src/Fl_Gl_Overlay.cxx | 2 | ||||
| -rw-r--r-- | src/Fl_Gl_Window.cxx | 6 |
2 files changed, 2 insertions, 6 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 diff --git a/src/Fl_Gl_Window.cxx b/src/Fl_Gl_Window.cxx index c177819e6..3093dcd44 100644 --- a/src/Fl_Gl_Window.cxx +++ b/src/Fl_Gl_Window.cxx @@ -60,11 +60,7 @@ static char SWAP_TYPE = 0 ; // 0 = determine it from environment variable //////////////////////////////////////////////////////////////// -/** - Returns non-zero if the hardware supports the given or current OpenGL - mode. - -*/ +/** Returns non-zero if the hardware supports the given or current OpenGL mode. */ int Fl_Gl_Window::can_do(int a, const int *b) { return Fl_Gl_Choice::find(a,b) != 0; } |
