diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H index 90e3e5dc0..d5a3be8f3 100644 --- a/FL/Fl_Window.H +++ b/FL/Fl_Window.H @@ -98,9 +98,14 @@ protected: /** Stores the last window that was made current. See current() const */ static Fl_Window *current_; void draw() FL_OVERRIDE; + +public: + /** Forces the window to be drawn, this window is also made current and calls draw(). */ virtual void flush(); +protected: + /** Sets an internal flag that tells FLTK and the window manager to honor position requests.