summaryrefslogtreecommitdiff
path: root/uisimulator/x11/button-x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/x11/button-x11.c')
-rw-r--r--uisimulator/x11/button-x11.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/uisimulator/x11/button-x11.c b/uisimulator/x11/button-x11.c
index 534568b658..d6837f640a 100644
--- a/uisimulator/x11/button-x11.c
+++ b/uisimulator/x11/button-x11.c
@@ -145,10 +145,10 @@ static int get_raw_button (void)
145#endif 145#endif
146 146
147#ifdef BUTTON_MENU 147#ifdef BUTTON_MENU
148#ifdef HAVE_PLAYER_KEYPAD 148#if CONFIG_KEYPAD == PLAYER_PAD
149 case XK_KP_Enter: 149 case XK_KP_Enter:
150 case XK_Return: 150 case XK_Return:
151#elif defined HAVE_ONDIO_KEYPAD 151#elif CONFIG_KEYPAD == ONDIO_PAD
152 case XK_KP_Insert: 152 case XK_KP_Insert:
153 case XK_Control_R: 153 case XK_Control_R:
154#endif 154#endif