From 9a183018ea9c7d58a6aa71a2afb92271c4207e01 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 11 Feb 2011 00:14:22 +0000 Subject: improve browser_window_redraw width and height handling svn path=/trunk/netsurf/; revision=11642 --- windows/gui.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'windows') diff --git a/windows/gui.c b/windows/gui.c index d5b31a82f..bb0307eba 100644 --- a/windows/gui.c +++ b/windows/gui.c @@ -887,8 +887,6 @@ nsws_drawable_paint(struct gui_window *gw, HWND hwnd) browser_window_redraw(gw->bw, -gw->scrollx / gw->bw->scale, -gw->scrolly / gw->bw->scale, - gw->width, - gw->height, ps.rcPaint.left, ps.rcPaint.top, ps.rcPaint.right, -- cgit v1.2.1