summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index f03b9337f9..05a27ea591 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -644,6 +644,10 @@ static const struct plugin_api rockbox_api = {
644 appsversion, 644 appsversion,
645 /* new stuff at the end, sort into place next time 645 /* new stuff at the end, sort into place next time
646 the API gets incompatible */ 646 the API gets incompatible */
647
648#ifdef HAVE_TOUCHSCREEN
649 action_get_touchscreen_press,
650#endif
647}; 651};
648 652
649int plugin_load(const char* plugin, const void* parameter) 653int plugin_load(const char* plugin, const void* parameter)