summaryrefslogtreecommitdiff
path: root/riscos/toolbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/toolbar.h')
-rw-r--r--riscos/toolbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/toolbar.h b/riscos/toolbar.h
index c2e22cf39..583a5e765 100644
--- a/riscos/toolbar.h
+++ b/riscos/toolbar.h
@@ -72,7 +72,7 @@ struct toolbar_callbacks {
void (*user_action)(void *, toolbar_action_type, union toolbar_action);
/** Call to handle keypresses. */
- void (*key_press)(void *, wimp_key *);
+ bool (*key_press)(void *, wimp_key *);
/** Call on change to button order. */
void (*save_buttons)(void *, char *);