mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-28 01:09:39 +03:00
Pass bw, not content.
svn path=/trunk/netsurf/; revision=11726
This commit is contained in:
parent
1545c2bbae
commit
ef18fe4384
@ -956,7 +956,7 @@ void nsbeos_window_expose_event(BView *view, gui_window *g, BMessage *message)
|
||||
clip.x1 = (int)updateRect.right + 1;
|
||||
clip.y1 = (int)updateRect.bottom + 1;
|
||||
|
||||
browser_window_redraw(c, 0, 0, &clip);
|
||||
browser_window_redraw(g->bw, 0, 0, &clip);
|
||||
|
||||
current_redraw_browser = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user