From 7d660561cc9562731429ca06904b5e5711e90e27 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 11 Feb 2017 13:47:39 +0000 Subject: Update knockout plotter to use new API --- desktop/browser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop/browser.c') diff --git a/desktop/browser.c b/desktop/browser.c index 442208c1b..3a7ac0ecc 100644 --- a/desktop/browser.c +++ b/desktop/browser.c @@ -238,7 +238,7 @@ bool browser_window_redraw(struct browser_window *bw, int x, int y, */ if (bw->window != NULL && ctx->plot->option_knockout) { /* Root browser window: knockout end */ - knockout_plot_end(); + knockout_plot_end(ctx); } return plot_ok; @@ -314,7 +314,7 @@ bool browser_window_redraw(struct browser_window *bw, int x, int y, if (bw->window != NULL && ctx->plot->option_knockout) { /* Root browser window: end knockout */ - knockout_plot_end(); + knockout_plot_end(ctx); } return plot_ok; -- cgit v1.2.3