diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-03-26 11:04:01 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-03-26 11:04:01 +0200 |
| commit | a242e4a65d0f6e58520d014ad96eb38ebfcd831a (patch) | |
| tree | ff1a8f4b58771c9c8eb47265383af9bf62b5661c /src/drivers/Wayland/Fl_Wayland_Screen_Driver.H | |
| parent | 16338ff4e4e3a255a954d6efd61464d82196092a (diff) | |
Implement methods Fl_Wayland_Screen_Driver::en/disable_im()
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Screen_Driver.H')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Screen_Driver.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H index 6aaea6af5..4662efce6 100644 --- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H +++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.H @@ -169,6 +169,8 @@ public: void *control_maximize_button(void *data) FL_OVERRIDE; int event_key(int k) FL_OVERRIDE; int get_key(int k) FL_OVERRIDE; + void enable_im() FL_OVERRIDE; + void disable_im() FL_OVERRIDE; // Wayland-specific member functions void screen_count_set(int count) {num_screens = count;} |
