From eca33bd55956496886f6bbe197cbd59e7d1a3736 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sun, 2 Jul 2006 17:36:18 +0000 Subject: Add missing file. svn path=/trunk/netsurf/; revision=2695 --- render/html_redraw.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'render/html_redraw.c') diff --git a/render/html_redraw.c b/render/html_redraw.c index 3e70168c0..2dd788a94 100644 --- a/render/html_redraw.c +++ b/render/html_redraw.c @@ -102,8 +102,7 @@ bool html_redraw(struct content *c, int x, int y, box = c->data.html.layout; assert(box); - if (option_knockout_rendering) - knockout_plot_start(&plot); + knockout_plot_start(&plot); /* clear to background colour */ plot.clip(clip_x0, clip_y0, clip_x1, clip_y1); @@ -115,8 +114,7 @@ bool html_redraw(struct content *c, int x, int y, clip_x0, clip_y0, clip_x1, clip_y1, scale, background_colour); - if (option_knockout_rendering) - knockout_plot_end(); + knockout_plot_end(); return result; -- cgit v1.2.3