From fb8d73567ad3fb96da84683e1c5fd824dd03da60 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 6 Sep 2011 10:27:42 +0000 Subject: Move to new frame dimensions. Need to avoid poking inside bw struct here. svn path=/trunk/netsurf/; revision=12748 --- render/html_interaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'render/html_interaction.c') diff --git a/render/html_interaction.c b/render/html_interaction.c index ceea4bf08..813736175 100644 --- a/render/html_interaction.c +++ b/render/html_interaction.c @@ -571,7 +571,7 @@ void html_mouse_action(struct content *c, struct browser_window *bw, for (parent = bw->parent; parent->parent; parent = parent->parent); browser_window_resize_frames(parent, mouse, - x + bw->x0, y + bw->y0, + x + bw->x, y + bw->y, &pointer, &status, &done); } -- cgit v1.2.3