aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkviewbase.hh
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2011-01-22 16:20:53 +0000
committercorvid <corvid@lavabit.com>2011-01-22 16:20:53 +0000
commitf742776ac7393cc98fa2e81c554620e595305774 (patch)
tree96af9d287d81bdd4420d58237457c87393fcd988 /dw/fltkviewbase.hh
parentbe11b1f245a443a7fee191c63338a590d2940e89 (diff)
convex polygons for border drawing
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 ccdc86ef..d741397f 100644
--- a/dw/fltkviewbase.hh
+++ b/dw/fltkviewbase.hh
@@ -86,7 +86,7 @@ public:
int angle1, int angle2);
void drawPolygon (core::style::Color *color,
core::style::Color::Shading shading,
- bool filled, int points[][2], int npoints);
+ bool filled, bool convex, int points[][2], int npoints);
core::View *getClippingView (int x, int y, int width, int height);
void mergeClippingView (core::View *clippingView);