summaryrefslogtreecommitdiff
path: root/riscos/textselection.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-11-07 23:51:13 +0000
committerJames Bursa <james@netsurf-browser.org>2003-11-07 23:51:13 +0000
commitb055948973d213cbc29bc71a9b90a92240056264 (patch)
treeb62620aab799e3e1fb827ed9b9b2ddc750bea2d3 /riscos/textselection.c
parente8def12ba268b7b663df024979f399d32d3dae9d (diff)
downloadnetsurf-b055948973d213cbc29bc71a9b90a92240056264.tar.gz
netsurf-b055948973d213cbc29bc71a9b90a92240056264.tar.bz2
[project @ 2003-11-07 23:51:13 by bursa]
Split out window.c, implement DataOpen and tidy up gui code. svn path=/import/netsurf/; revision=408
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 e14e230b6..bad404829 100644
--- a/riscos/textselection.c
+++ b/riscos/textselection.c
@@ -55,7 +55,7 @@ void ro_gui_drag_end(wimp_dragged* drag)
int final_x0, final_y0;
wimp_window_state state;
- state.w = current_drag.data.selection.gui->data.browser.window;
+ state.w = current_drag.data.selection.gui->window;
wimp_get_window_state(&state);
final_x0 = browser_x_units(window_x_units(drag->final.x0, &state));