Remove RO white background fill.

svn path=/trunk/netsurf/; revision=11666
This commit is contained in:
Michael Drake 2011-02-13 15:56:48 +00:00
parent c753ed2236
commit 22d4d640e8

View File

@ -1476,9 +1476,6 @@ void ro_gui_window_redraw(wimp_draw *redraw)
if (ro_gui_current_redraw_gui->option.buffer_everything)
ro_gui_buffer_open(redraw);
plot.rectangle(clip.x0, clip.y0, clip.x1, clip.y1,
plot_style_fill_white);
browser_window_redraw(g->bw, 0, 0, clip);
if (ro_gui_current_redraw_gui->option.buffer_everything)
@ -1577,9 +1574,6 @@ void ro_gui_window_update_boxes(void) {
if (use_buffer)
ro_gui_buffer_open(&update);
plot.rectangle(clip.x0, clip.y0, clip.x1, clip.y1,
plot_style_fill_white);
browser_window_redraw(g->bw, 0, 0, clip);
if (use_buffer)