Move to new frame dimensions. Need to avoid poking inside bw struct here.

svn path=/trunk/netsurf/; revision=12748
This commit is contained in:
Michael Drake 2011-09-06 10:27:42 +00:00
parent cd45ca469e
commit fb8d73567a
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}