diff options
| author | Manolo Gouy <Manolo> | 2017-06-17 06:53:44 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2017-06-17 06:53:44 +0000 |
| commit | 2cda5a4fa682372f294a7a8e9e2b90a9fdb15610 (patch) | |
| tree | 4040f478267a4ff808c4eaf8ee1aa92014e6465c /src/drivers/X11/Fl_X11_Screen_Driver.H | |
| parent | ea56e744afd2029da309bbf33f33a5e505610306 (diff) | |
Make Fl_Screen_Driver::get_mouse(int&, int&) return the number of the mouse-containing screen.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12264 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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/drivers/X11/Fl_X11_Screen_Driver.H b/src/drivers/X11/Fl_X11_Screen_Driver.H index ac03a42ca..db986b33c 100644 --- a/src/drivers/X11/Fl_X11_Screen_Driver.H +++ b/src/drivers/X11/Fl_X11_Screen_Driver.H @@ -57,7 +57,6 @@ public: virtual float desktop_scale_factor(); int screen_num_unscaled(int x, int y); int screen_num_unscaled(int x, int y, int w, int h); - virtual void screen_xywh(int &X, int &Y, int &W, int &H); #endif static int ewmh_supported(); @@ -96,7 +95,7 @@ public: virtual void compose_reset(); virtual int text_display_can_leak(); virtual Fl_RGB_Image *read_win_rectangle(uchar *p, int X, int Y, int w, int h, int alpha); - virtual void get_mouse(int &x, int &y); + virtual int get_mouse(int &x, int &y); virtual void enable_im(); virtual void disable_im(); virtual void open_display_platform(); |
