app: added enddraw() and deactivate_surface()
[staging/windowmanager.git] / generate-binding-glue.py
index c6fda53..66f55cf 100644 (file)
@@ -112,12 +112,26 @@ API = {
                     { 'name': 'drawing_name', 'type': 'char const*', 'jtype': 'string' },
                 ],
             },
+            {
+                'name': 'deactivate_surface',
+                'args': [
+                    { 'name': 'drawing_name', 'type': 'char const*', 'jtype': 'string' },
+                ],
+            },
+            {
+                'name': 'enddraw',
+                'args': [
+                    { 'name': 'drawing_name', 'type': 'char const*', 'jtype': 'string' },
+                ],
+            },
             { 'name': 'list_drawing_names', },
             {
                 'name': 'demo_activate_surface',
                 'args': [ { 'name': 'surfaceid', 'type': 'uint32_t', 'jtype': 'int' } ]
             },
+
             { 'name': 'demo_activate_all' },
+
             { 'name': 'debug_status', },
             { 'name': 'debug_layers', },
             { 'name': 'debug_surfaces', },