summaryrefslogtreecommitdiff
path: root/apps/gui/yesno.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-01-19 12:44:46 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-01-19 12:44:46 +0000
commitacf7d5e89e356cfe9e137e7e9eff74ddbbc9bc09 (patch)
treefa95f67ee95b3535a9f7bcf82a385921503c3a9f /apps/gui/yesno.h
parent457b51dfa7dd496c6988aae05150dc4825425245 (diff)
downloadrockbox-acf7d5e89e356cfe9e137e7e9eff74ddbbc9bc09.tar.gz
rockbox-acf7d5e89e356cfe9e137e7e9eff74ddbbc9bc09.zip
more iAudio x5 adjustments by Matt v.d. Westhuizen (#1408980)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8386 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/yesno.h')
-rw-r--r--apps/gui/yesno.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/gui/yesno.h b/apps/gui/yesno.h
index 98bf84f504..a39a2cbc69 100644
--- a/apps/gui/yesno.h
+++ b/apps/gui/yesno.h
@@ -28,6 +28,10 @@
28 28
29#elif (CONFIG_KEYPAD == IRIVER_IFP7XX_PAD) 29#elif (CONFIG_KEYPAD == IRIVER_IFP7XX_PAD)
30#define YESNO_OK BUTTON_RIGHT 30#define YESNO_OK BUTTON_RIGHT
31
32#elif (CONFIG_KEYPAD == IAUDIO_X5_PAD)
33#define YESNO_OK BUTTON_RIGHT
34
31#endif 35#endif
32enum yesno_res 36enum yesno_res
33{ 37{