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/lib/touchscreen.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'apps/plugins/lib/touchscreen.h') diff --git a/apps/plugins/lib/touchscreen.h b/apps/plugins/lib/touchscreen.h index 7050db669b..cd5251e46f 100644 --- a/apps/plugins/lib/touchscreen.h +++ b/apps/plugins/lib/touchscreen.h @@ -22,7 +22,9 @@ #ifndef _PLUGIN_LIB_TOUCHSCREEN_H_ #define _PLUGIN_LIB_TOUCHSCREEN_H_ -#ifdef HAVE_TOUCHPAD +#include "plugin.h" + +#ifdef HAVE_TOUCHSCREEN struct ts_mapping { @@ -88,5 +90,5 @@ struct ts_raster_button_result struct ts_raster_button_result touchscreen_raster_map_button(struct ts_raster_button_mapping *map, int x, int y, int button); -#endif /* HAVE_TOUCHPAD */ +#endif /* HAVE_TOUCHSCREEN */ #endif /* _PLUGIN_LIB_TOUCHSCREEN_H_ */ -- cgit v1.2.3