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 --- content/content.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') diff --git a/content/content.c b/content/content.c index 2719db851..70df87e14 100644 --- a/content/content.c +++ b/content/content.c @@ -628,7 +628,7 @@ bool content_scaled_redraw(struct hlcache_handle *h, plot_ok &= c->handler->redraw(c, &data, &clip, &new_ctx); if (ctx->plot->option_knockout) { - knockout_plot_end(); + knockout_plot_end(ctx); } return plot_ok; -- cgit v1.2.3