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 91fbd5188..4edec321b 100644
--- a/desktop/plotters.h
+++ b/desktop/plotters.h
@@ -115,8 +115,8 @@ struct plotter_table {
bitmap_flags_t flags);
/* text */
- bool (*text)(int x, int y, const struct css_style *style,
- const char *text, size_t length, colour bg, colour c);
+ bool (*text)(int x, int y, const char *text, size_t length,
+ const plot_font_style_t *fstyle);
/* optional callbacks */
bool (*group_start)(const char *name); /**< optional, may be NULL */