diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Gl_Window.H | 2 | ||||
| -rw-r--r-- | FL/Fl_Window.H | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/FL/Fl_Gl_Window.H b/FL/Fl_Gl_Window.H index 2bd1dafaf..0f5cf3216 100644 --- a/FL/Fl_Gl_Window.H +++ b/FL/Fl_Gl_Window.H @@ -47,7 +47,7 @@ class Fl_Gl_Window_Driver; to add a selection of widgets to an OpenGL window. The widgets will draw on top of any OpenGL rendering. The number of supported widgets will increase as the driver development improves. Program test/cube.cxx illustrates how to do that. - + \note FLTK expects that when an Fl_Gl_Window is a child of a parent Fl_Window, the child window lies entirely inside its parent window. If that's not the case, what happens to the part of the GL subwindow which leaks outside its parent is undefined diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H index b790772c9..c7ecb416d 100644 --- a/FL/Fl_Window.H +++ b/FL/Fl_Window.H @@ -355,7 +355,7 @@ public: typedef struct HICON__* HICON; // These 2 member functions break the driver model but are kept for back compatibility. // They are implemented in Fl_win32.cxx - + /** Sets the default window icons (Windows platform only). Convenience function to set the default icons using Windows' @@ -376,7 +376,7 @@ public: \see Fl_Window::icons(HICON, HICON) */ static void default_icons(HICON big_icon, HICON small_icon); - + /** Sets the window icons using HICON handles (Windows platform only). The given icons are copied. You can free the icons immediately after |
