summaryrefslogtreecommitdiff
path: root/apps/plugin.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/plugin.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/plugin.c')
-rw-r--r--apps/plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 7f546011a9..6889248402 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -237,8 +237,8 @@ static const struct plugin_api rockbox_api = {
237#ifdef HAS_BUTTON_HOLD 237#ifdef HAS_BUTTON_HOLD
238 button_hold, 238 button_hold,
239#endif 239#endif
240#ifdef HAVE_TOUCHPAD 240#ifdef HAVE_TOUCHSCREEN
241 touchpad_set_mode, 241 touchscreen_set_mode,
242#endif 242#endif
243 243
244#ifdef HAVE_BUTTON_LIGHT 244#ifdef HAVE_BUTTON_LIGHT