summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/button_helper.pl
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-07-03 23:03:07 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-07-03 23:03:07 +0000
commit69c73e8bd6c8c6ac79c6538cb0ad4686b9d1d920 (patch)
tree7bab3843bfe24cbdbb5153baba12827bcd755a72 /apps/plugins/lua/button_helper.pl
parent366e1d93b5712933fd466062586c70cb42c8636e (diff)
downloadrockbox-69c73e8bd6c8c6ac79c6538cb0ad4686b9d1d920.tar.gz
rockbox-69c73e8bd6c8c6ac79c6538cb0ad4686b9d1d920.zip
Lua: always expose BUTTON_TOUCHSCREEN and remove BUTTON_ constants from rocklib.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21630 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lua/button_helper.pl')
-rwxr-xr-xapps/plugins/lua/button_helper.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/lua/button_helper.pl b/apps/plugins/lua/button_helper.pl
index 549619c971..7af3231b11 100755
--- a/apps/plugins/lua/button_helper.pl
+++ b/apps/plugins/lua/button_helper.pl
@@ -47,9 +47,7 @@ while(my $line = <STDIN>)
47print <<EOF 47print <<EOF
48{"BUTTON_REL", BUTTON_REL}, 48{"BUTTON_REL", BUTTON_REL},
49{"BUTTON_REPEAT", BUTTON_REPEAT}, 49{"BUTTON_REPEAT", BUTTON_REPEAT},
50#ifdef HAVE_TOUCHSCREEN
51{"BUTTON_TOUCHSCREEN", BUTTON_TOUCHSCREEN}, 50{"BUTTON_TOUCHSCREEN", BUTTON_TOUCHSCREEN},
52#endif
53}; 51};
54 52
55int main(void) 53int main(void)