diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-12-16 21:59:39 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-12-16 21:59:43 +0100 |
| commit | 469d3ef3d5e9bc27eb5cd0ef6532f89568604572 (patch) | |
| tree | 3a76a496fc53c2d50ab21f1d961b75a54fa1f7c6 /src/Fl_Screen_Driver.H | |
| parent | 638e762d3ebdb0b2e736e1deecaa7d86529fc1e5 (diff) | |
#842: Enables command line color arguments on macOS
Diffstat (limited to 'src/Fl_Screen_Driver.H')
| -rw-r--r-- | src/Fl_Screen_Driver.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Screen_Driver.H b/src/Fl_Screen_Driver.H index 0772281a6..bfff5b03d 100644 --- a/src/Fl_Screen_Driver.H +++ b/src/Fl_Screen_Driver.H @@ -142,7 +142,7 @@ public: // --- global colors /* 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() {} + virtual void get_system_colors(); /* the default implementation of get_system_scheme() may be enough */ virtual const char *get_system_scheme(); |
