From ae4ed3522929946161558cf06da360e887187263 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sun, 15 Oct 2023 19:19:24 +0200 Subject: Add virtual void Fl_Graphics_Driver::draw_circle() --- src/drivers/GDI/Fl_GDI_Graphics_Driver.H | 1 + 1 file changed, 1 insertion(+) (limited to 'src/drivers/GDI/Fl_GDI_Graphics_Driver.H') diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver.H b/src/drivers/GDI/Fl_GDI_Graphics_Driver.H index 13ac8f750..4d1f45c82 100644 --- a/src/drivers/GDI/Fl_GDI_Graphics_Driver.H +++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver.H @@ -209,6 +209,7 @@ public: void line_style(int style, int width, char* dashes) FL_OVERRIDE; void arc_unscaled(int x, int y, int w, int h, double a1, double a2) FL_OVERRIDE; void pie_unscaled(int x, int y, int w, int h, double a1, double a2) FL_OVERRIDE; + void draw_circle(int x, int y, int d, Fl_Color c) FL_OVERRIDE; void transformed_vertex(double xf, double yf) FL_OVERRIDE; void vertex(double x,double y) FL_OVERRIDE; void end_points() FL_OVERRIDE; -- cgit v1.2.3