[cogl/wip/cogl-sharp: 37/51] cogl-sharp: Expose WinsysID
- From: Damien Lespiau <dlespiau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/wip/cogl-sharp: 37/51] cogl-sharp: Expose WinsysID
- Date: Sat, 5 Jan 2013 16:51:24 +0000 (UTC)
commit 8f61ec40bcd9a8d53c27cb06b52409ed44ae7894
Author: Damien Lespiau <damien lespiau intel com>
Date: Sun Nov 4 00:01:31 2012 +0000
cogl-sharp: Expose WinsysID
cogl-sharp/Makefile.am | 1 +
cogl-sharp/WinsysID.cs | 20 ++++++++++++++++++++
cogl-sharp/parse-gir.py | 3 ++-
3 files changed, 23 insertions(+), 1 deletions(-)
---
diff --git a/cogl-sharp/Makefile.am b/cogl-sharp/Makefile.am
index dac11a9..8f4bba6 100644
--- a/cogl-sharp/Makefile.am
+++ b/cogl-sharp/Makefile.am
@@ -37,6 +37,7 @@ sources = \
TextureType.cs \
VerticesMode.cs \
Winding.cs \
+ WinsysID.cs \
AssemblyInfo.cs \
$(NULL)
diff --git a/cogl-sharp/WinsysID.cs b/cogl-sharp/WinsysID.cs
new file mode 100644
index 0000000..58f3f8e
--- /dev/null
+++ b/cogl-sharp/WinsysID.cs
@@ -0,0 +1,20 @@
+/* This file has been generated by parse-gir.py, do not hand edit */
+using System;
+
+namespace Cogl
+{
+ public enum WinsysID
+ {
+ Any = 0,
+ Stub = 1,
+ Glx = 2,
+ EglXlib = 3,
+ EglNull = 4,
+ EglGdl = 5,
+ EglWayland = 6,
+ EglKms = 7,
+ EglAndroid = 8,
+ Wgl = 9,
+ Sdl = 10
+ }
+}
diff --git a/cogl-sharp/parse-gir.py b/cogl-sharp/parse-gir.py
index 5d7b969..a170ab3 100755
--- a/cogl-sharp/parse-gir.py
+++ b/cogl-sharp/parse-gir.py
@@ -18,7 +18,8 @@ enum_types = (
"RendererConstraint",
"TextureFlags",
"VerticesMode",
- "Winding"
+ "Winding",
+ "WinsysID",
)
# object types to dump (.gir names)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]