From 47d67cdbcbb6b1c166d2ecd43e1dc06766bc19ff Mon Sep 17 00:00:00 2001 From: Steve Fryatt Date: Sun, 6 Mar 2011 14:09:42 +0000 Subject: Fix bug #3200899: Don't claim keypresses we don't handle. svn path=/trunk/netsurf/; revision=11925 --- riscos/toolbar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos/toolbar.h') 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 *); -- cgit v1.2.3