blob: 05b223645b0d77c6645362a84a884714c014520f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>
|