diff options
| -rw-r--r-- | FL/Fl_Window_Driver.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_Window_Driver.H b/FL/Fl_Window_Driver.H index d9f883fb8..9bc8c6b3a 100644 --- a/FL/Fl_Window_Driver.H +++ b/FL/Fl_Window_Driver.H @@ -126,7 +126,9 @@ public: virtual void flush_overlay(); virtual void flush_menu(); virtual void erase_menu() {} + /** Usable for platform-specific code executed before the platform-independent part of Fl_Window::draw() */ virtual void draw_begin(); + /** Usable for platform-specific code executed after the platform-independent part of Fl_Window::draw() */ virtual void draw_end(); void draw(); virtual void make_current(); |
