diff options
Diffstat (limited to 'src/drivers/X11')
| -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 72f4358b2..a2b8b628d 100644 --- a/src/drivers/X11/Fl_X11_Screen_Driver.H +++ b/src/drivers/X11/Fl_X11_Screen_Driver.H @@ -79,6 +79,8 @@ public: virtual int text_display_can_leak(); virtual uchar *read_win_rectangle(uchar *p, int X, int Y, int w, int h, int alpha); virtual void get_mouse(int &x, int &y); + virtual void enable_im(); + virtual void disable_im(); }; |
