Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18338 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2008-08-23 09:46:38 +00:00
parent 965d2af61f
commit 1392dc2144
81 changed files with 233 additions and 231 deletions

View file

@ -21,7 +21,7 @@
#include "plugin.h"
#ifdef HAVE_TOUCHPAD
#ifdef HAVE_TOUCHSCREEN
#include "touchscreen.h"
@ -132,4 +132,4 @@ struct ts_raster_button_result touchscreen_raster_map_button(struct ts_raster_bu
return ret;
}
#endif /* HAVE_TOUCHPAD */
#endif /* HAVE_TOUCHSCREEN */