diff options
| author | Manolo Gouy <Manolo> | 2018-01-09 07:26:49 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2018-01-09 07:26:49 +0000 |
| commit | 3b437dae8ce735cded87e93021cb2026cc63cb30 (patch) | |
| tree | 874a5c2e44dd202e26d980a804dabf7d6114454b /src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H | |
| parent | 9f0e9ff8138fcd1ee817fe144282513283b0e331 (diff) | |
Put a default implementation of parse_color() in Fl_Screen_Driver and only Fl_X11_Screen_Driver reimplements it.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12628 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H')
| -rw-r--r-- | src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H b/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H index 5e318a2e3..3fe29700c 100644 --- a/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H +++ b/src/drivers/Cocoa/Fl_Cocoa_Screen_Driver.H @@ -74,7 +74,6 @@ public: virtual int ready(); virtual void grab(Fl_Window* win); // --- global colors - virtual int parse_color(const char* p, uchar& r, uchar& g, uchar& b); virtual void get_system_colors(); virtual const char *get_system_scheme(); // --- global timers |
