summaryrefslogtreecommitdiff
path: root/desktop/knockout.c
diff options
context:
space:
mode:
authorAdrian Lees <adrian@aemulor.com>2006-08-19 19:31:07 +0000
committerAdrian Lees <adrian@aemulor.com>2006-08-19 19:31:07 +0000
commit7aaa33d2e5c2e2473339b9851c606cb8beb46d0c (patch)
tree637feeeb43b0c2ae1c5b4bc4d6369432540f0b45 /desktop/knockout.c
parent66c4906fb6748516eb68e0f3320db692251362be (diff)
downloadnetsurf-7aaa33d2e5c2e2473339b9851c606cb8beb46d0c.tar.gz
netsurf-7aaa33d2e5c2e2473339b9851c606cb8beb46d0c.tar.bz2
Fix for knockout rendering of native formats
svn path=/trunk/netsurf/; revision=2869
Diffstat (limited to 'desktop/knockout.c')
-rw-r--r--desktop/knockout.c3
1 files changed, 2 insertions, 1 deletions
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
};