summaryrefslogtreecommitdiff
path: root/src/drivers/GDI/Fl_GDI_Graphics_Driver.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/GDI/Fl_GDI_Graphics_Driver.H')
-rw-r--r--src/drivers/GDI/Fl_GDI_Graphics_Driver.H3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver.H b/src/drivers/GDI/Fl_GDI_Graphics_Driver.H
index 9016e9f5a..76d9c5c01 100644
--- a/src/drivers/GDI/Fl_GDI_Graphics_Driver.H
+++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver.H
@@ -98,6 +98,9 @@ protected:
virtual void point(int x, int y);
void focus_rect(int x, int y, int w, int h);
virtual void rectf_unscaled(int x, int y, int w, int h);
+#if USE_COLORMAP
+ virtual void colored_rectf(int x, int y, int w, int h, uchar r, uchar g, uchar b);
+#endif
virtual void line_unscaled(int x, int y, int x1, int y1);
virtual void line_unscaled(int x, int y, int x1, int y1, int x2, int y2);
virtual void xyline_unscaled(int x, int y, int x1);