mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 07:19:37 +03:00
Remove RO white background fill.
svn path=/trunk/netsurf/; revision=11666
This commit is contained in:
parent
c753ed2236
commit
22d4d640e8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user