diff options
author | corvid <corvid@lavabit.com> | 2010-03-11 17:39:28 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2010-03-11 17:39:28 +0000 |
commit | 910cb898f28aba06b3257332dbaebac6fb40984e (patch) | |
tree | d35f858b4e5b7db3ba65968daad08a2d3587fad5 /dw/view.hh | |
parent | 286bfdb1e392ed133642f2e60e6c993102bcbea9 (diff) |
drawArc() take coordinates of center
Diffstat (limited to 'dw/view.hh')
-rw-r--r-- | dw/view.hh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -171,7 +171,7 @@ public: int x, int y, int width, int height) = 0; virtual void drawArc (style::Color *color, 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) = 0; virtual void drawPolygon (style::Color *color, style::Color::Shading shading, |