summaryrefslogtreecommitdiff
path: root/render/html_interaction.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-08-16 15:38:06 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-08-16 15:38:06 +0100
commit83c8e940f80368771eb499f8fbea6abafe04cd67 (patch)
tree6788682a028277f7ef513e8dbf63f5eb19e75db2 /render/html_interaction.c
parent02d5589dfab86f13b1fc93ae32c52540d0c97f80 (diff)
downloadnetsurf-83c8e940f80368771eb499f8fbea6abafe04cd67.tar.gz
netsurf-83c8e940f80368771eb499f8fbea6abafe04cd67.tar.bz2
Don't pass status to frames handler.
Diffstat (limited to 'render/html_interaction.c')
-rw-r--r--render/html_interaction.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/render/html_interaction.c b/render/html_interaction.c
index 8b562378f..be43ceb07 100644
--- a/render/html_interaction.c
+++ b/render/html_interaction.c
@@ -585,9 +585,11 @@ void html_mouse_action(struct content *c, struct browser_window *bw,
struct browser_window *parent;
for (parent = bw->parent; parent->parent;
parent = parent->parent);
- done = browser_window_resize_frames(parent, mouse,
+ if (browser_window_resize_frames(parent, mouse,
x + bw->x, y + bw->y,
- &pointer, &status, &done);
+ &pointer, &done)) {
+ status = messages_get("FrameDrag");
+ }
}
/* if clicking in the main page, remove the selection from any