From 5cefc9584a3a33ca750a741f2cc7632003897977 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 13 Feb 2011 23:04:26 +0000 Subject: Pass clip rect to browser_window_redraw as pointer. svn path=/trunk/netsurf/; revision=11672 --- windows/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows') diff --git a/windows/gui.c b/windows/gui.c index 88f67b682..81fb04e26 100644 --- a/windows/gui.c +++ b/windows/gui.c @@ -893,7 +893,7 @@ nsws_drawable_paint(struct gui_window *gw, HWND hwnd) browser_window_redraw(gw->bw, -gw->scrollx / gw->bw->scale, -gw->scrolly / gw->bw->scale, - clip); + &clip); } -- cgit v1.2.3