summaryrefslogtreecommitdiff
path: root/apps/plugins/flipit.c
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2008-08-23 09:46:38 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2008-08-23 09:46:38 +0000
commit1392dc2144a4b1810ba5c421f54e05dc1a3a74c7 (patch)
tree7f7f7d6dd6ce00e8146896456549441d4e8153d7 /apps/plugins/flipit.c
parent965d2af61f5035dcf5179b8539785de641a9f015 (diff)
downloadrockbox-1392dc2144a4b1810ba5c421f54e05dc1a3a74c7.tar.gz
rockbox-1392dc2144a4b1810ba5c421f54e05dc1a3a74c7.zip
Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18338 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/flipit.c')
-rw-r--r--apps/plugins/flipit.c4
1 files changed, 2 insertions, 2 deletions
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
216#error No keymap defined! 216#error No keymap defined!
217#endif 217#endif
218 218
219#ifdef HAVE_TOUCHPAD 219#ifdef HAVE_TOUCHSCREEN
220#ifndef FLIPIT_LEFT 220#ifndef FLIPIT_LEFT
221#define FLIPIT_LEFT BUTTON_MIDLEFT 221#define FLIPIT_LEFT BUTTON_MIDLEFT
222#endif 222#endif
@@ -675,7 +675,7 @@ enum plugin_status plugin_start(const struct plugin_api* api, const void* parame
675 rb->lcd_putsxy(2, 48, "[MENU] step by step"); 675 rb->lcd_putsxy(2, 48, "[MENU] step by step");
676#endif 676#endif
677 677
678#ifdef HAVE_TOUCHPAD 678#ifdef HAVE_TOUCHSCREEN
679 rb->lcd_putsxy(2, 8, "[BOTTOMLEFT] to stop"); 679 rb->lcd_putsxy(2, 8, "[BOTTOMLEFT] to stop");
680 rb->lcd_putsxy(2, 18, "[CENTRE] toggle"); 680 rb->lcd_putsxy(2, 18, "[CENTRE] toggle");
681 rb->lcd_putsxy(2, 28, "[TOPRIGHT] shuffle"); 681 rb->lcd_putsxy(2, 28, "[TOPRIGHT] shuffle");