summaryrefslogtreecommitdiff
path: root/src/Fl_Screen_Driver.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2018-11-28 18:01:02 +0000
committerManolo Gouy <Manolo>2018-11-28 18:01:02 +0000
commit91bb8bce1f1156712ca01e52ea0f9b27f82e4804 (patch)
tree92e45707fbef1ea67b9aa66398418cfc0d4f7548 /src/Fl_Screen_Driver.H
parent46f08f6d21aa55f8c6539d2a0191622ef6464c5f (diff)
Create default implementation of Fl_Screen_Driver::get_system_scheme() and use it for macOS and Windows.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@13137 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Screen_Driver.H')
-rw-r--r--src/Fl_Screen_Driver.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_Screen_Driver.H b/src/Fl_Screen_Driver.H
index d20f429c9..6e4edcd0a 100644
--- a/src/Fl_Screen_Driver.H
+++ b/src/Fl_Screen_Driver.H
@@ -103,6 +103,7 @@ public:
/* the default implementation of parse_color() may be enough */
virtual int parse_color(const char* p, uchar& r, uchar& g, uchar& b);
virtual void get_system_colors() { }
+ /* the default implementation of get_system_scheme() may be enough */
virtual const char *get_system_scheme();
// --- global timers
virtual void add_timeout(double time, Fl_Timeout_Handler cb, void *argp) { }