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, 2 insertions, 0 deletions
diff --git a/desktop/plotters.h b/desktop/plotters.h
index 7d2d89f71..0be1213a6 100644
--- a/desktop/plotters.h
+++ b/desktop/plotters.h
@@ -38,6 +38,8 @@ struct plotter_table {
bool (*bitmap_tile)(int x, int y, int width, int height,
struct bitmap *bitmap, colour bg,
bool repeat_x, bool repeat_y);
+ bool (*group_start)(const char *name);
+ bool (*group_end)(void);
};
/** Current plotters, must be assigned before use. */