diff options
Diffstat (limited to 'src/drivers/GDI/Fl_GDI_Graphics_Driver.H')
| -rw-r--r-- | src/drivers/GDI/Fl_GDI_Graphics_Driver.H | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver.H b/src/drivers/GDI/Fl_GDI_Graphics_Driver.H index 36750f7d7..01014f49b 100644 --- a/src/drivers/GDI/Fl_GDI_Graphics_Driver.H +++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver.H @@ -96,9 +96,8 @@ public: protected: void transformed_vertex0(float x, float y); void fixloop(); - // --- implementation is in src/fl_rect.cxx which includes src/cfg_gfx/gdi_rect.cxx virtual void point_unscaled(float x, float y); - void rect_unscaled(float x, float y, float w, float h); + virtual void rect(int x, int y, int w, int h); void focus_rect(int x, int y, int w, int h); void rectf_unscaled(float x, float y, float w, float h); virtual void line_unscaled(float x, float y, float x1, float y1); |
