diff options
Diffstat (limited to 'src/drivers/X11/Fl_X11_Screen_Driver.h')
| -rw-r--r-- | src/drivers/X11/Fl_X11_Screen_Driver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/X11/Fl_X11_Screen_Driver.h b/src/drivers/X11/Fl_X11_Screen_Driver.h index 635e975dc..b699a9ac4 100644 --- a/src/drivers/X11/Fl_X11_Screen_Driver.h +++ b/src/drivers/X11/Fl_X11_Screen_Driver.h @@ -52,6 +52,8 @@ public: virtual void screen_work_area(int &X, int &Y, int &W, int &H, int n); // --- audible output virtual void beep(int type); + // --- global events + virtual void flush() = 0; }; |
