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/plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugin.c') 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 = { #ifdef HAS_BUTTON_HOLD button_hold, #endif -#ifdef HAVE_TOUCHPAD - touchpad_set_mode, +#ifdef HAVE_TOUCHSCREEN + touchscreen_set_mode, #endif #ifdef HAVE_BUTTON_LIGHT -- cgit v1.2.3