diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2016-01-24 16:34:59 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2016-01-24 16:34:59 +0000 |
| commit | 21ae726ba461f3979d4fc6dd09ef582a99f84225 (patch) | |
| tree | 9cbd1a90cd0f2ee0cd68e70dd39d3a8c282a2d72 /src/cfg_gfx/opengl.H | |
| parent | 60ec452d043e44bcbb05860381e2077a3b56b09c (diff) | |
Fixes for Unix/X11
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11046 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/cfg_gfx/opengl.H')
| -rw-r--r-- | src/cfg_gfx/opengl.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cfg_gfx/opengl.H b/src/cfg_gfx/opengl.H index 8987e9e37..dc25d32ec 100644 --- a/src/cfg_gfx/opengl.H +++ b/src/cfg_gfx/opengl.H @@ -84,6 +84,7 @@ public: 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); + Fl_Color color() { return color_; } void color(uchar r, uchar g, uchar b); }; |
