diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2016-02-13 13:17:29 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2016-02-13 13:17:29 +0000 |
| commit | c95169ea492a0d1b101f42b3f46d4e8607b9dd4a (patch) | |
| tree | 47b89783d0b83b2b59d8fbaf6764aade5e3f57bd /src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.h | |
| parent | 5d1df0e789c794b8040c5db0d84b03ae2b42fd8d (diff) | |
Refactoring get_system_colors() into Fl_Screen_Driver
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11164 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.h')
| -rw-r--r-- | src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.h b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.h index ac9849246..b44b70ebb 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.h +++ b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.h @@ -55,6 +55,7 @@ public: virtual void flush(); // --- global colors virtual int parse_color(const char* p, uchar& r, uchar& g, uchar& b); + virtual void get_system_colors(); }; |
