]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
x11: Add missing evtype field of GenericEventCookie
authorRico Tzschichholz <ricotz@t-online.de>
Thu, 20 Mar 2014 10:33:52 +0000 (11:33 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 20 Mar 2014 10:33:52 +0000 (11:33 +0100)
vapi/x11.vapi

index 0c98fa2c2f565b99e4d330afd77c9d5dcf174a05..2fd38dacd673d52415c1b66c417b9f6fcd4f601d 100644 (file)
@@ -1105,6 +1105,7 @@ namespace X {
                public bool send_event;
                public unowned Display display;
                public int extension;
+               public int evtype;
                public uint cookie;
                public void *data;
        }