From 60ec452d043e44bcbb05860381e2077a3b56b09c Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 24 Jan 2016 16:22:50 +0000 Subject: Reorganizing color drawing code. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11045 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/cfg_gfx/xlib.H | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/cfg_gfx/xlib.H') diff --git a/src/cfg_gfx/xlib.H b/src/cfg_gfx/xlib.H index 460e02e10..c0102a726 100644 --- a/src/cfg_gfx/xlib.H +++ b/src/cfg_gfx/xlib.H @@ -100,6 +100,9 @@ protected: void pie(int x, int y, int w, int h, double a1, double a2); // --- implementation is in src/fl_line_style.cxx which includes src/cfg_gfx/xxx_line_style.cxx void line_style(int style, int width=0, char* dashes=0); + // --- implementation is in src/fl_color.cxx which includes src/cfg_gfx/xxx_color.cxx + void color(Fl_Color c); + void color(uchar r, uchar g, uchar b); }; -- cgit v1.2.3