summaryrefslogtreecommitdiff
path: root/riscos/textselection.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-06-27 17:45:17 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-06-27 17:45:17 +0000
commit2bedf4d88fd022c71875359004b925ead598bb5f (patch)
treed1315aee6c47e1cfe0be404130dc13d7361e9147 /riscos/textselection.c
parent23eea5de9fc46283123248bc3c1306266297205c (diff)
downloadnetsurf-2bedf4d88fd022c71875359004b925ead598bb5f.tar.gz
netsurf-2bedf4d88fd022c71875359004b925ead598bb5f.tar.bz2
Frond ends signal end of drag with call to browser_window_mouse_track.
svn path=/trunk/netsurf/; revision=12515
Diffstat (limited to 'riscos/textselection.c')
-rw-r--r--riscos/textselection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/textselection.c b/riscos/textselection.c
index b5d88dca9..23b370a7e 100644
--- a/riscos/textselection.c
+++ b/riscos/textselection.c
@@ -183,7 +183,7 @@ void ro_gui_selection_drag_end(struct gui_window *g, wimp_dragged *drag)
}
if (ro_gui_window_to_window_pos(g, drag->final.x0, drag->final.y0, &pos))
- browser_window_mouse_drag_end(g->bw, 0, pos.x, pos.y);
+ browser_window_mouse_track(g->bw, 0, pos.x, pos.y);
}