summaryrefslogtreecommitdiff
path: root/apps/plugin.h
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.h
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.h')
-rw-r--r--apps/plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index fa5993d97f..7ce91bbf99 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -345,8 +345,8 @@ struct plugin_api {
345#ifdef HAS_BUTTON_HOLD 345#ifdef HAS_BUTTON_HOLD
346 bool (*button_hold)(void); 346 bool (*button_hold)(void);
347#endif 347#endif
348#ifdef HAVE_TOUCHPAD 348#ifdef HAVE_TOUCHSCREEN
349 void (*touchpad_set_mode)(enum touchpad_mode); 349 void (*touchscreen_set_mode)(enum touchscreen_mode);
350#endif 350#endif
351#ifdef HAVE_BUTTON_LIGHT 351#ifdef HAVE_BUTTON_LIGHT
352 void (*buttonlight_set_timeout)(int value); 352 void (*buttonlight_set_timeout)(int value);