mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-21 22:17:37 -04:00
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:
parent
965d2af61f
commit
1392dc2144
81 changed files with 233 additions and 231 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue