From 084bcd631a3a94b074d20cd5e4efb0d16cf9d569 Mon Sep 17 00:00:00 2001 From: Adrian Lees Date: Sun, 23 Mar 2008 06:06:44 +0000 Subject: Ensure 'tracking window' defined when starting selection svn path=/trunk/netsurf/; revision=4042 --- riscos/textselection.c | 1 + 1 file changed, 1 insertion(+) (limited to 'riscos/textselection.c') 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; -- cgit v1.2.3