diff options
| author | Magnus Holmgren <magnushol@gmail.com> | 2009-06-28 09:36:08 +0000 |
|---|---|---|
| committer | Magnus Holmgren <magnushol@gmail.com> | 2009-06-28 09:36:08 +0000 |
| commit | 41baca7de673d8b3935fa21fb6d6b10722b10b7e (patch) | |
| tree | f5de9831dc6088b5f5bbb239a2b633a57af79cc6 /apps/plugins | |
| parent | 815dcfdd3502bd23c4f2705ff2b044755dd512cc (diff) | |
| download | rockbox-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/plugins')
| -rw-r--r-- | apps/plugins/mazezam.c | 10 |
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) |