summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gir/Makefile.am3
-rw-r--r--gir/xrandr-1.3.gir14
2 files changed, 16 insertions, 1 deletions
diff --git a/gir/Makefile.am b/gir/Makefile.am
index f1ec020e..3f434214 100644
--- a/gir/Makefile.am
+++ b/gir/Makefile.am
@@ -14,7 +14,8 @@ BASE_GIRSOURCES = \
libxml2-2.0.gir \
xft-2.0.gir \
xlib-2.0.gir \
- xfixes-4.0.gir
+ xfixes-4.0.gir \
+ xrandr-1.3.gir
EXTRA_DIST += $(BASE_GIRSOURCES)
INTROSPECTION_GIRS =
diff --git a/gir/xrandr-1.3.gir b/gir/xrandr-1.3.gir
new file mode 100644
index 00000000..05b22364
--- /dev/null
+++ b/gir/xrandr-1.3.gir
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+<repository version="1.0"
+ xmlns="http://www.gtk.org/introspection/core/1.0"
+ xmlns:c="http://www.gtk.org/introspection/c/1.0">
+ <namespace name="xrandr" version="1.3">
+ <record name="ScreenSize" c:type="XRRScreenSize"/>
+ <record name="ScreenChangeNotifyEvent" c:type="XRRScreenChangeNotifyEvent"/>
+ <record name="NotifyEvent" c:type="XRRNotifyEvent"/>
+ <record name="ScreenResources" c:type="XRRScreenResources"/>
+ <record name="OutputChangeNotifyEvent" c:type="XRROutputChangeNotifyEvent"/>
+ <record name="CrtcChangeNotifyEvent" c:type="XRRCrtcChangeNotifyEvent"/>
+ <record name="OutputPropertyNotifyEvent" c:type="XRROutputPropertyNotifyEvent"/>
+ </namespace>
+</repository>