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/Fl_System_Driver.H | |
| parent | 84af9661098286335e7c1d1d9ec6d407e05b1d21 (diff) | |
Attempt to improve fl_disable_wayland().
Diffstat (limited to 'src/Fl_System_Driver.H')
| -rw-r--r-- | src/Fl_System_Driver.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_System_Driver.H b/src/Fl_System_Driver.H index 0abab55df..15d3d89e5 100644 --- a/src/Fl_System_Driver.H +++ b/src/Fl_System_Driver.H @@ -255,6 +255,7 @@ public: virtual void unlock_ring() {} virtual double wait(double); // must override virtual int ready() { return 0; } // must override + virtual void disable_wayland() {} }; #endif // FL_SYSTEM_DRIVER_H |
