summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorAdrian Lees <adrian@aemulor.com>2008-03-23 06:06:44 +0000
committerAdrian Lees <adrian@aemulor.com>2008-03-23 06:06:44 +0000
commit084bcd631a3a94b074d20cd5e4efb0d16cf9d569 (patch)
treebf1edac0225fd68419368863f37b68bdbaa44c6c /riscos
parent2fd567590c103e5977447a3e25ec024f70835718 (diff)
downloadnetsurf-084bcd631a3a94b074d20cd5e4efb0d16cf9d569.tar.gz
netsurf-084bcd631a3a94b074d20cd5e4efb0d16cf9d569.tar.bz2
Ensure 'tracking window' defined when starting selection
svn path=/trunk/netsurf/; revision=4042
Diffstat (limited to 'riscos')
-rw-r--r--riscos/textselection.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscos/textselection.c b/riscos/textselection.c
index 9453fed02..ffcb2064a 100644
--- a/riscos/textselection.c
+++ b/riscos/textselection.c
@@ -121,6 +121,7 @@ void gui_start_selection(struct gui_window *g)
error->errnum, error->errmess));
gui_current_drag_type = GUI_DRAG_SELECTION;
+ gui_track_gui_window = g;
drag.type = wimp_DRAG_USER_POINT;
drag.bbox.x0 = state.visible.x0;