diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Gl_Window.H | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/FL/Fl_Gl_Window.H b/FL/Fl_Gl_Window.H index 9842aed41..30a54a5a9 100644 --- a/FL/Fl_Gl_Window.H +++ b/FL/Fl_Gl_Window.H @@ -87,7 +87,8 @@ public: void flush(); void hide(); void resize(int,int,int,int); - + int handle(int); + /** Is turned off when FLTK creates a new context for this window or when the window resizes, and is turned on \e after draw() is called. |
