From 910cb898f28aba06b3257332dbaebac6fb40984e Mon Sep 17 00:00:00 2001 From: corvid Date: Thu, 11 Mar 2010 17:39:28 +0000 Subject: drawArc() take coordinates of center --- dw/fltkviewbase.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dw/fltkviewbase.hh') diff --git a/dw/fltkviewbase.hh b/dw/fltkviewbase.hh index ba4cc6d2..5e1981f8 100644 --- a/dw/fltkviewbase.hh +++ b/dw/fltkviewbase.hh @@ -77,7 +77,7 @@ public: int x, int y, int width, int height); void drawArc (core::style::Color *color, core::style::Color::Shading shading, bool filled, - int x, int y, int width, int height, + int centerX, int centerY, int width, int height, int angle1, int angle2); void drawPolygon (core::style::Color *color, core::style::Color::Shading shading, -- cgit v1.2.3