diff options
author | corvid <corvid@lavabit.com> | 2011-01-22 16:20:53 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-01-22 16:20:53 +0000 |
commit | f742776ac7393cc98fa2e81c554620e595305774 (patch) | |
tree | 96af9d287d81bdd4420d58237457c87393fcd988 /dw/view.hh | |
parent | be11b1f245a443a7fee191c63338a590d2940e89 (diff) |
convex polygons for border drawing
Diffstat (limited to 'dw/view.hh')
-rw-r--r-- | dw/view.hh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -179,7 +179,8 @@ public: int angle1, int angle2) = 0; virtual void drawPolygon (style::Color *color, style::Color::Shading shading, - bool filled, int points[][2], int npoints) = 0; + bool filled, bool convex, int points[][2], + int npoints) = 0; virtual void drawText (style::Font *font, style::Color *color, style::Color::Shading shading, |