From 7f9e1eb8014861a4cbb5ebb596e5d20cb58a102e Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Mon, 27 Mar 2006 17:34:23 +0000 Subject: x5: use as default BUTTON_POWER to close a plugin git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9294 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/fire.c | 2 +- apps/plugins/logo.c | 4 ++-- apps/plugins/plasma.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'apps') diff --git a/apps/plugins/fire.c b/apps/plugins/fire.c index 722f2bfc2e..2a4b96da12 100644 --- a/apps/plugins/fire.c +++ b/apps/plugins/fire.c @@ -71,7 +71,7 @@ static unsigned char draw_buffer[8*LCD_WIDTH]; #define FIRE_DECREASE_MULT BUTTON_SCROLL_BACK #elif (CONFIG_KEYPAD == IAUDIO_X5_PAD) -#define FIRE_QUIT BUTTON_REC +#define FIRE_QUIT BUTTON_POWER #define FIRE_SWITCH_FLAMES_TYPE BUTTON_LEFT #define FIRE_SWITCH_FLAMES_MOVING BUTTON_RIGHT #define FIRE_INCREASE_MULT BUTTON_UP diff --git a/apps/plugins/logo.c b/apps/plugins/logo.c index 89aa753ab1..d2d2d56e75 100644 --- a/apps/plugins/logo.c +++ b/apps/plugins/logo.c @@ -7,7 +7,7 @@ * \/ \/ \/ \/ \/ * $Id$ * - * Copyright (C) 2005 Jonas Häggqvist + * Copyright (C) 2005 Jonas H�gqvist * * All files in this archive are subject to the GNU General Public License. * See the file COPYING in the source tree root for full license agreement. @@ -197,7 +197,7 @@ const unsigned char rockbox16x7[] = { #define LP_DEC_Y BUTTON_DOWN #define LP_INC_Y BUTTON_UP #elif CONFIG_KEYPAD == IAUDIO_X5_PAD -#define LP_QUIT BUTTON_SELECT +#define LP_QUIT BUTTON_POWER #define LP_DEC_X BUTTON_LEFT #define LP_INC_X BUTTON_RIGHT #define LP_DEC_Y BUTTON_DOWN diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c index c6e76a965b..d8be446afb 100644 --- a/apps/plugins/plasma.c +++ b/apps/plugins/plasma.c @@ -60,7 +60,7 @@ static int plasma_frequency; #define PLASMA_INCREASE_FREQUENCY BUTTON_UP #define PLASMA_DECREASE_FREQUENCY BUTTON_DOWN #elif (CONFIG_KEYPAD == IAUDIO_X5_PAD) -#define PLASMA_QUIT BUTTON_REC +#define PLASMA_QUIT BUTTON_POWER #define PLASMA_INCREASE_FREQUENCY BUTTON_UP #define PLASMA_DECREASE_FREQUENCY BUTTON_DOWN #else -- cgit v1.2.3