diff options
Diffstat (limited to 'src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx')
| -rw-r--r-- | src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx b/src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx index 7897dce53..fac835d5f 100644 --- a/src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx +++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx @@ -48,10 +48,9 @@ int Fl_GDIplus_Graphics_Driver::antialias() { return active; } -#endif - - -#if USE_GDIPLUS +void Fl_GDIplus_Graphics_Driver::draw_circle(int x, int y, int d, Fl_Color c) { + Fl_Graphics_Driver::draw_circle(x, y, d, c); +} int Fl_GDIplus_Graphics_Driver::gdiplus_state_ = Fl_GDIplus_Graphics_Driver::STATE_CLOSED; ULONG_PTR Fl_GDIplus_Graphics_Driver::gdiplus_token_ = 0; |
