summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMagnus Holmgren <magnushol@gmail.com>2009-06-28 09:36:08 +0000
committerMagnus Holmgren <magnushol@gmail.com>2009-06-28 09:36:08 +0000
commit41baca7de673d8b3935fa21fb6d6b10722b10b7e (patch)
treef5de9831dc6088b5f5bbb239a2b633a57af79cc6 /apps
parent815dcfdd3502bd23c4f2705ff2b044755dd512cc (diff)
downloadrockbox-41baca7de673d8b3935fa21fb6d6b10722b10b7e.zip
rockbox-41baca7de673d8b3935fa21fb6d6b10722b10b7e.tar.gz
rockbox-41baca7de673d8b3935fa21fb6d6b10722b10b7e.tar.bz2
rockbox-41baca7de673d8b3935fa21fb6d6b10722b10b7e.tar.xz
Trivial changes to Mazezam to fix the red on 3G iPods.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21536 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/mazezam.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/plugins/mazezam.c b/apps/plugins/mazezam.c
index 92f9def..a19c8a0 100644
--- a/apps/plugins/mazezam.c
+++ b/apps/plugins/mazezam.c
@@ -36,11 +36,11 @@ PLUGIN_HEADER
# define MAZEZAM_DOWN BUTTON_PLAY
#elif (CONFIG_KEYPAD == IPOD_3G_PAD)
-# define MAZE_QUIT BUTTON_MENU
-# define MAZE_RIGHT BUTTON_RIGHT
-# define MAZE_LEFT BUTTON_LEFT
-# define MAZE_UP BUTTON_SCROLL_BACK
-# define MAZE_DOWN BUTTON_SCROLL_FWD
+# define MAZEZAM_MENU BUTTON_MENU
+# define MAZEZAM_RIGHT BUTTON_RIGHT
+# define MAZEZAM_LEFT BUTTON_LEFT
+# define MAZEZAM_UP BUTTON_SCROLL_BACK
+# define MAZEZAM_DOWN BUTTON_SCROLL_FWD
#elif (CONFIG_KEYPAD == SANSA_FUZE_PAD)
# define MAZEZAM_MENU (BUTTON_HOME | BUTTON_REPEAT)