diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-08-30 12:58:57 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-08-30 12:58:57 +0200 |
| commit | fcdc2f0e102497313232cc7c0a570cc4c524a02b (patch) | |
| tree | 1ffc8c6fcbe0a2de801a055d2dce46d60f320dac /src/drivers/Wayland/Fl_Wayland_System_Driver.H | |
| parent | 84af9661098286335e7c1d1d9ec6d407e05b1d21 (diff) | |
Attempt to improve fl_disable_wayland().
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_System_Driver.H')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_System_Driver.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_System_Driver.H b/src/drivers/Wayland/Fl_Wayland_System_Driver.H index e5203581e..75043cd04 100644 --- a/src/drivers/Wayland/Fl_Wayland_System_Driver.H +++ b/src/drivers/Wayland/Fl_Wayland_System_Driver.H @@ -26,6 +26,7 @@ public: int event_key(int k); int get_key(int k); virtual void *control_maximize_button(void *data); + virtual void disable_wayland(); }; #endif /* FL_WAYLAND_SYSTEM_DRIVER_H */ |
