summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2009-10-05 02:09:00 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2009-10-05 02:09:00 +0000
commitfb50f468666958564656386b7181a4973e042ebc (patch)
tree41aa7fc0b690d2690acf281ce3094d1de10c54fb /apps/plugin.c
parent436776ebb8645f4393bafd01856d7ba2abe83356 (diff)
downloadrockbox-fb50f468666958564656386b7181a4973e042ebc.tar.gz
rockbox-fb50f468666958564656386b7181a4973e042ebc.zip
Button Driver: Add button_status support with data - allows for reading the /immediate/ value of the touchscreen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22933 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 945e99ec71..c37b2fb29b 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -668,6 +668,8 @@ static const struct plugin_api rockbox_api = {
668 appsversion, 668 appsversion,
669 /* new stuff at the end, sort into place next time 669 /* new stuff at the end, sort into place next time
670 the API gets incompatible */ 670 the API gets incompatible */
671
672 button_status_wdata,
671}; 673};
672 674
673int plugin_load(const char* plugin, const void* parameter) 675int plugin_load(const char* plugin, const void* parameter)