summaryrefslogtreecommitdiff
path: root/riscos/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/gui.c')
-rw-r--r--riscos/gui.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/riscos/gui.c b/riscos/gui.c
index 645dc4dfc..ab107e9b7 100644
--- a/riscos/gui.c
+++ b/riscos/gui.c
@@ -1032,8 +1032,13 @@ void ro_gui_handle_event(wimp_event_no event, wimp_block *block)
ro_gui_menu_selection(&(block->selection));
break;
+ /* Scroll requests fall back to a generic handler because we
+ * might get these events for any window from a scroll-wheel.
+ */
+
case wimp_SCROLL_REQUEST:
- ro_gui_wimp_event_scroll_window(&(block->scroll));
+ if (!ro_gui_wimp_event_scroll_window(&(block->scroll)))
+ ro_gui_scroll(&(block->scroll));
break;
case wimp_USER_MESSAGE: