summaryrefslogtreecommitdiff
path: root/desktop/knockout.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/knockout.h')
-rw-r--r--desktop/knockout.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/knockout.h b/desktop/knockout.h
index a3951a501..a6b61d836 100644
--- a/desktop/knockout.h
+++ b/desktop/knockout.h
@@ -26,7 +26,8 @@
#include "desktop/plotters.h"
-bool knockout_plot_start(struct plotter_table *plotter);
+bool knockout_plot_start(const struct redraw_context *ctx,
+ struct redraw_context *knk_ctx);
bool knockout_plot_end(void);
extern const struct plotter_table knockout_plotters;