summaryrefslogtreecommitdiff
path: root/riscos/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/gui.c')
-rw-r--r--riscos/gui.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/riscos/gui.c b/riscos/gui.c
index 6e750d996..169e81bf0 100644
--- a/riscos/gui.c
+++ b/riscos/gui.c
@@ -899,7 +899,8 @@ void ro_msg_datasave(wimp_message* block)
click_boxes = NULL;
plot_index = 0;
- box_under_area(bw->current_content->data.html.layout->children,
+ box_under_area(bw->current_content,
+ bw->current_content->data.html.layout->children,
(unsigned int)x, (unsigned int)y, 0, 0, &click_boxes,
&found, &plot_index);
@@ -1068,7 +1069,8 @@ void ro_msg_dataload(wimp_message *message)
click_boxes = NULL;
plot_index = 0;
- box_under_area(bw->current_content->data.html.layout->children,
+ box_under_area(bw->current_content,
+ bw->current_content->data.html.layout->children,
(unsigned int)x, (unsigned int)y, 0, 0, &click_boxes,
&found, &plot_index);