From 41baca7de673d8b3935fa21fb6d6b10722b10b7e Mon Sep 17 00:00:00 2001 From: Magnus Holmgren Date: Sun, 28 Jun 2009 09:36:08 +0000 Subject: 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 --- apps/plugins/mazezam.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'apps') diff --git a/apps/plugins/mazezam.c b/apps/plugins/mazezam.c index 92f9def274..a19c8a027e 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) -- cgit v1.2.3