[prev in list] [next in list] [prev in thread] [next in thread] 

List:       rockbox-cvs
Subject:    mcuelenaere: r21573 - trunk/apps/plugins/lua
From:       mailer () svn ! rockbox ! org
Date:       2009-06-30 9:34:41
Message-ID: 200906300934.n5U9YfOj018005 () giant ! haxx ! se
[Download RAW message or body]

Date: 2009-06-30 11:34:41 +0200 (Tue, 30 Jun 2009)
New Revision: 21573

Log Message:
Lua: also expose BUTTON_REL, BUTTON_REPEAT & BUTTON_TOUCHSCREEN


Modified:
   trunk/apps/plugins/lua/button_helper.pl

Modified: trunk/apps/plugins/lua/button_helper.pl
===================================================================
--- trunk/apps/plugins/lua/button_helper.pl	2009-06-29 21:40:03 UTC (rev 21572)
+++ trunk/apps/plugins/lua/button_helper.pl	2009-06-30 09:34:41 UTC (rev 21573)
@@ -23,7 +23,7 @@
 print <<EOF
 #include <stdio.h>
 #include <stdbool.h>
-#include "button-target.h"
+#include "button.h"
 
 struct button
 {
@@ -45,6 +45,11 @@
 }
 
 print <<EOF
+{"BUTTON_REL", BUTTON_REL},
+{"BUTTON_REPEAT", BUTTON_REPEAT},
+#ifdef HAVE_TOUCHSCREEN
+{"BUTTON_TOUCHSCREEN", BUTTON_TOUCHSCREEN},
+#endif
 };
 
 int main(void)

_______________________________________________
rockbox-cvs mailing list
rockbox-cvs@cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/rockbox-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic