summaryrefslogtreecommitdiff
path: root/riscos/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/gui.c')
-rw-r--r--riscos/gui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscos/gui.c b/riscos/gui.c
index ac6efda03..c0ca96be9 100644
--- a/riscos/gui.c
+++ b/riscos/gui.c
@@ -1,5 +1,5 @@
/**
- * $Id: gui.c,v 1.31 2003/06/08 04:00:05 jmb Exp $
+ * $Id: gui.c,v 1.32 2003/06/14 11:34:02 bursa Exp $
*/
#include "netsurf/desktop/options.h"
@@ -903,7 +903,7 @@ void ro_gui_window_redraw(gui_window* g, wimp_draw* redraw)
content_redraw(c,
(int) redraw->box.x0 - (int) redraw->xscroll,
(int) redraw->box.y1 - (int) redraw->yscroll - (int) c->height * 2,
- c->width, c->height);
+ c->width * 2, c->height * 2);
}
more = wimp_get_rectangle(redraw);
}