diff options
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index fa5993d..7ce91bb 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -345,8 +345,8 @@ struct plugin_api { #ifdef HAS_BUTTON_HOLD bool (*button_hold)(void); #endif -#ifdef HAVE_TOUCHPAD - void (*touchpad_set_mode)(enum touchpad_mode); +#ifdef HAVE_TOUCHSCREEN + void (*touchscreen_set_mode)(enum touchscreen_mode); #endif #ifdef HAVE_BUTTON_LIGHT void (*buttonlight_set_timeout)(int value); |