summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2012-01-26 23:37:27 +0100
committerThomas Martitz <kugel@rockbox.org>2012-01-27 09:15:05 +0100
commitb8439f2aeab3920eeeabfbf2c5cf15979619410b (patch)
tree74de27c08a29bb053e512a84e217f437f3ce4df5 /apps/plugin.c
parentf4954c4a9bda0edbdc8e93314b713c036c4ebfdd (diff)
downloadrockbox-b8439f2aeab3920eeeabfbf2c5cf15979619410b.tar.gz
rockbox-b8439f2aeab3920eeeabfbf2c5cf15979619410b.zip
Add touchscreen_get_mode() to plugin and lua.
Change-Id: I44b8693c689da00f57c14622f4ba3dc554dbbfc9
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 25280750ce..1ac69da1ea 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -326,6 +326,7 @@ static const struct plugin_api rockbox_api = {
326#endif 326#endif
327#ifdef HAVE_TOUCHSCREEN 327#ifdef HAVE_TOUCHSCREEN
328 touchscreen_set_mode, 328 touchscreen_set_mode,
329 touchscreen_get_mode,
329#endif 330#endif
330 331
331#ifdef HAVE_BUTTON_LIGHT 332#ifdef HAVE_BUTTON_LIGHT