Browse Source

fixed wrong word

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5229 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
pull/168/head
Matthias Melcher 19 years ago
parent
commit
05c80896b2
  1. 2
      documentation/Fl_Gl_Window.html

2
documentation/Fl_Gl_Window.html

@ -41,7 +41,7 @@ very well for single-buffered. </P>
<P>Please note that the FLTK drawing and clipping functions <P>Please note that the FLTK drawing and clipping functions
will not work inside an <tt>Fl_Gl_Window</tt>. All drawing will not work inside an <tt>Fl_Gl_Window</tt>. All drawing
should be done using OpenGL calls exclusively. should be done using OpenGL calls exclusively.
Even though <tt>Fl_Gl_Widget</tt> is derived from <tt>Fl_Group</tt>, Even though <tt>Fl_Gl_Window</tt> is derived from <tt>Fl_Group</tt>,
it is not useful to add other FLTK Widgets as children, it is not useful to add other FLTK Widgets as children,
unless those Widgets are modified to draw using OpenGL calls.</P> unless those Widgets are modified to draw using OpenGL calls.</P>

Loading…
Cancel
Save