mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 21:16:50 +03:00
Add missing file.
svn path=/trunk/netsurf/; revision=2695
This commit is contained in:
parent
1d8bf3ff91
commit
eca33bd559
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user