summaryrefslogtreecommitdiff
path: root/desktop/plotters.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/plotters.h')
-rw-r--r--desktop/plotters.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/plotters.h b/desktop/plotters.h
index c0515e31b..79eac8170 100644
--- a/desktop/plotters.h
+++ b/desktop/plotters.h
@@ -40,8 +40,8 @@ struct plotter_table {
bool (*polygon)(int *p, unsigned int n, colour fill);
bool (*fill)(int x0, int y0, int x1, int y1, colour c);
bool (*clip)(int x0, int y0, int x1, int y1);
- bool (*text)(int x, int y, struct css_style *style, const char *text,
- size_t length, colour bg, colour c);
+ bool (*text)(int x, int y, const struct css_style *style,
+ const char *text, size_t length, colour bg, colour c);
bool (*disc)(int x, int y, int radius, colour c, bool filled);
bool (*arc)(int x, int y, int radius, int angle1, int angle2,
colour c);