diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-02-16 16:28:44 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-02-16 16:28:57 +0100 |
| commit | 9fdd675eab7cae04dc176ea2aba2d53c59101beb (patch) | |
| tree | cb291e89411d0b73a74a3259fd651caccd0c405f /src/Fl_System_Driver.H | |
| parent | b709b2a2d3451ec48d454a895a459dadf7c184e5 (diff) | |
Remove FL_CFG_SYS_POSIX and FL_CFG_SYS_WIN32 preprocessor vars from Fl_lock.cxx
Diffstat (limited to 'src/Fl_System_Driver.H')
| -rw-r--r-- | src/Fl_System_Driver.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Fl_System_Driver.H b/src/Fl_System_Driver.H index 59bf1de1a..165115e1e 100644 --- a/src/Fl_System_Driver.H +++ b/src/Fl_System_Driver.H @@ -241,6 +241,8 @@ public: virtual const char *alt_name() { return "Alt"; } virtual const char *control_name() { return "Ctrl"; } virtual Fl_Sys_Menu_Bar_Driver *sys_menu_bar_driver() { return NULL; } + virtual void lock_ring() {} + virtual void unlock_ring() {} }; #endif // FL_SYSTEM_DRIVER_H |
