diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-02-16 14:54:38 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-02-16 15:50:15 +0100 |
| commit | 1298bf00f577292a46c4ff22ff46a0e2ee3ba30d (patch) | |
| tree | de347ed44a559955e6ed86ffc70f6d346d0f6dc2 /src/Fl_System_Driver.H | |
| parent | 35812f474b59f3b450005c405261eeab9d05d26a (diff) | |
Remove FL_CFG_WIN_COCOA preprocessor variable from Fl_Sys_Menu_Bar.cxx
Diffstat (limited to 'src/Fl_System_Driver.H')
| -rw-r--r-- | src/Fl_System_Driver.H | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Fl_System_Driver.H b/src/Fl_System_Driver.H index 44b2333c0..59bf1de1a 100644 --- a/src/Fl_System_Driver.H +++ b/src/Fl_System_Driver.H @@ -2,7 +2,7 @@ // A base class for platform specific system calls // for the Fast Light Tool Kit (FLTK). // -// Copyright 2010-2020 by Bill Spitzak and others. +// Copyright 2010-2021 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -42,6 +42,7 @@ class Fl_File_Icon; class Fl_File_Browser; class Fl_Pixmap; class Fl_Widget; +class Fl_Sys_Menu_Bar_Driver; /** \brief A base class for platform-specific system operations. @@ -239,6 +240,7 @@ public: virtual const char *meta_name() { return "Meta"; } 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; } }; #endif // FL_SYSTEM_DRIVER_H |
