summaryrefslogtreecommitdiff
path: root/src/drivers/Darwin/Fl_Darwin_System_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-02-16 14:54:38 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-02-16 15:50:15 +0100
commit1298bf00f577292a46c4ff22ff46a0e2ee3ba30d (patch)
treede347ed44a559955e6ed86ffc70f6d346d0f6dc2 /src/drivers/Darwin/Fl_Darwin_System_Driver.H
parent35812f474b59f3b450005c405261eeab9d05d26a (diff)
Remove FL_CFG_WIN_COCOA preprocessor variable from Fl_Sys_Menu_Bar.cxx
Diffstat (limited to 'src/drivers/Darwin/Fl_Darwin_System_Driver.H')
-rw-r--r--src/drivers/Darwin/Fl_Darwin_System_Driver.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/drivers/Darwin/Fl_Darwin_System_Driver.H b/src/drivers/Darwin/Fl_Darwin_System_Driver.H
index 548277901..7d076a9ce 100644
--- a/src/drivers/Darwin/Fl_Darwin_System_Driver.H
+++ b/src/drivers/Darwin/Fl_Darwin_System_Driver.H
@@ -2,7 +2,7 @@
// Definition of Apple Darwin system driver
// for the Fast Light Tool Kit (FLTK).
//
-// Copyright 2010-2018 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
@@ -83,6 +83,7 @@ public:
virtual const char *meta_name();
virtual const char *alt_name();
virtual const char *control_name();
+ virtual Fl_Sys_Menu_Bar_Driver *sys_menu_bar_driver();
};
#endif // FL_DARWIN_SYSTEM_DRIVER_H