From b8439f2aeab3920eeeabfbf2c5cf15979619410b Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Thu, 26 Jan 2012 23:37:27 +0100 Subject: Add touchscreen_get_mode() to plugin and lua. Change-Id: I44b8693c689da00f57c14622f4ba3dc554dbbfc9 --- apps/plugin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index d83f6f4..8ce6faf 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -413,6 +413,7 @@ struct plugin_api { #endif #ifdef HAVE_TOUCHSCREEN void (*touchscreen_set_mode)(enum touchscreen_mode); + enum touchscreen_mode (*touchscreen_get_mode)(void); #endif #ifdef HAVE_BUTTON_LIGHT void (*buttonlight_set_timeout)(int value); -- cgit v1.1