From 7aaa33d2e5c2e2473339b9851c606cb8beb46d0c Mon Sep 17 00:00:00 2001 From: Adrian Lees Date: Sat, 19 Aug 2006 19:31:07 +0000 Subject: Fix for knockout rendering of native formats svn path=/trunk/netsurf/; revision=2869 --- desktop/knockout.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'desktop/knockout.c') diff --git a/desktop/knockout.c b/desktop/knockout.c index eeab21c11..59f3aaf8f 100644 --- a/desktop/knockout.c +++ b/desktop/knockout.c @@ -70,7 +70,8 @@ const struct plotter_table knockout_plotters = { knockout_plot_bitmap, knockout_plot_bitmap_tile, knockout_plot_group_start, - knockout_plot_group_end + knockout_plot_group_end, + knockout_plot_flush }; -- cgit v1.2.3