summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Screen_Driver.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/FL/Fl_Screen_Driver.H b/FL/Fl_Screen_Driver.H
index c3b36779b..df917a066 100644
--- a/FL/Fl_Screen_Driver.H
+++ b/FL/Fl_Screen_Driver.H
@@ -92,7 +92,8 @@ public:
virtual int ready() = 0;
virtual void grab(Fl_Window* win) = 0;
// --- global colors
- virtual int parse_color(const char* p, uchar& r, uchar& g, uchar& b) = 0;
+ /* 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() = 0;
virtual const char *get_system_scheme();
// --- global timers