From 1392dc2144a4b1810ba5c421f54e05dc1a3a74c7 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Sat, 23 Aug 2008 09:46:38 +0000 Subject: Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18338 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/flipit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/flipit.c') diff --git a/apps/plugins/flipit.c b/apps/plugins/flipit.c index 9d3a9a25f4..6eff1472df 100644 --- a/apps/plugins/flipit.c +++ b/apps/plugins/flipit.c @@ -216,7 +216,7 @@ PLUGIN_HEADER #error No keymap defined! #endif -#ifdef HAVE_TOUCHPAD +#ifdef HAVE_TOUCHSCREEN #ifndef FLIPIT_LEFT #define FLIPIT_LEFT BUTTON_MIDLEFT #endif @@ -675,7 +675,7 @@ enum plugin_status plugin_start(const struct plugin_api* api, const void* parame rb->lcd_putsxy(2, 48, "[MENU] step by step"); #endif -#ifdef HAVE_TOUCHPAD +#ifdef HAVE_TOUCHSCREEN rb->lcd_putsxy(2, 8, "[BOTTOMLEFT] to stop"); rb->lcd_putsxy(2, 18, "[CENTRE] toggle"); rb->lcd_putsxy(2, 28, "[TOPRIGHT] shuffle"); -- cgit v1.2.3