summaryrefslogtreecommitdiff
path: root/render/html_interaction.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-08-16 15:23:09 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-08-16 15:23:09 +0100
commit02d5589dfab86f13b1fc93ae32c52540d0c97f80 (patch)
tree589261c254195f84ae839f43c5bbdc7028166f17 /render/html_interaction.c
parent3e00973521c4bf641742e44cab52d33ae919a8b0 (diff)
downloadnetsurf-02d5589dfab86f13b1fc93ae32c52540d0c97f80.tar.gz
netsurf-02d5589dfab86f13b1fc93ae32c52540d0c97f80.tar.bz2
When dragging frames, we're done handling mouse.
Diffstat (limited to 'render/html_interaction.c')
-rw-r--r--render/html_interaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/html_interaction.c b/render/html_interaction.c
index 3b6f95506..8b562378f 100644
--- a/render/html_interaction.c
+++ b/render/html_interaction.c
@@ -585,7 +585,7 @@ void html_mouse_action(struct content *c, struct browser_window *bw,
struct browser_window *parent;
for (parent = bw->parent; parent->parent;
parent = parent->parent);
- browser_window_resize_frames(parent, mouse,
+ done = browser_window_resize_frames(parent, mouse,
x + bw->x, y + bw->y,
&pointer, &status, &done);
}