From ef18fe4384600b0e191c8d338b3b254f8d18f222 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 20 Feb 2011 16:13:50 +0000 Subject: Pass bw, not content. svn path=/trunk/netsurf/; revision=11726 --- beos/beos_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'beos') diff --git a/beos/beos_window.cpp b/beos/beos_window.cpp index bf0d2f1c6..bb4386e09 100644 --- a/beos/beos_window.cpp +++ b/beos/beos_window.cpp @@ -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; -- cgit v1.2.3