aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkviewbase.hh
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2010-03-11 17:39:28 +0000
committercorvid <corvid@lavabit.com>2010-03-11 17:39:28 +0000
commit910cb898f28aba06b3257332dbaebac6fb40984e (patch)
treed35f858b4e5b7db3ba65968daad08a2d3587fad5 /dw/fltkviewbase.hh
parent286bfdb1e392ed133642f2e60e6c993102bcbea9 (diff)
drawArc() take coordinates of center
Diffstat (limited to 'dw/fltkviewbase.hh')
-rw-r--r--dw/fltkviewbase.hh2
1 files changed, 1 insertions, 1 deletions
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,