diff options
Diffstat (limited to 'apps/plugins/lib/touchscreen.c')
| -rw-r--r-- | apps/plugins/lib/touchscreen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/lib/touchscreen.c b/apps/plugins/lib/touchscreen.c index cda2f46..5b75173 100644 --- a/apps/plugins/lib/touchscreen.c +++ b/apps/plugins/lib/touchscreen.c @@ -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 */ |