diff --git a/documentation/Fl_Gl_Window.html b/documentation/Fl_Gl_Window.html index e011f660a..2367cbcdb 100644 --- a/documentation/Fl_Gl_Window.html +++ b/documentation/Fl_Gl_Window.html @@ -41,7 +41,7 @@ very well for single-buffered.

Please note that the FLTK drawing and clipping functions will not work inside an Fl_Gl_Window. All drawing should be done using OpenGL calls exclusively. -Even though Fl_Gl_Widget is derived from Fl_Group, +Even though Fl_Gl_Window is derived from Fl_Group, it is not useful to add other FLTK Widgets as children, unless those Widgets are modified to draw using OpenGL calls.