summaryrefslogtreecommitdiff
path: root/desktop/plotters.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/plotters.h')
-rw-r--r--desktop/plotters.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/plotters.h b/desktop/plotters.h
index d10de3a2a..cf8143307 100644
--- a/desktop/plotters.h
+++ b/desktop/plotters.h
@@ -41,6 +41,7 @@ struct plotter_table {
bool repeat_x, bool repeat_y);
bool (*group_start)(const char *name); /** optional */
bool (*group_end)(void); /** optional */
+ bool (*flush)(void);
};
/** Current plotters, must be assigned before use. */