summaryrefslogtreecommitdiff
path: root/desktop/plotters.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/plotters.h')
-rw-r--r--desktop/plotters.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/plotters.h b/desktop/plotters.h
index 0be1213a6..60465f3e8 100644
--- a/desktop/plotters.h
+++ b/desktop/plotters.h
@@ -24,7 +24,7 @@ struct font_data;
struct plotter_table {
bool (*clg)(colour c);
bool (*rectangle)(int x0, int y0, int width, int height,
- colour c, bool dotted);
+ int line_width, colour c, bool dotted, bool dashed);
bool (*line)(int x0, int y0, int x1, int y1, int width,
colour c, bool dotted, bool dashed);
bool (*polygon)(int *p, unsigned int n, colour fill);