diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2016-02-10 22:43:45 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2016-02-10 22:43:45 +0000 |
| commit | 5aa3fc9655560c68ab43573e4afb2d40833d01bf (patch) | |
| tree | f2d5b14fbc41a498edfa11b356b6656d7570a740 /src/drivers/X11/Fl_X11_Screen_Driver.h | |
| parent | 1a3c2dfd08a230e253b35df6e553c499c62c8686 (diff) | |
Moving fl_beep into screen driver.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11152 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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 23e57fd52..635e975dc 100644 --- a/src/drivers/X11/Fl_X11_Screen_Driver.h +++ b/src/drivers/X11/Fl_X11_Screen_Driver.h @@ -50,6 +50,8 @@ public: virtual void screen_xywh(int &X, int &Y, int &W, int &H, int n); virtual void screen_dpi(float &h, float &v, int n=0); virtual void screen_work_area(int &X, int &Y, int &W, int &H, int n); + // --- audible output + virtual void beep(int type); }; |
