]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
x11: Add missing XA_STRING atom
authorJamie McCracken <jamie.mccrack@gmail.com>
Sat, 15 Sep 2012 18:08:39 +0000 (14:08 -0400)
committerJamie McCracken <jamie.mccrack@gmail.com>
Sat, 15 Sep 2012 18:08:39 +0000 (14:08 -0400)
vapi/x11.vapi

index 0044de2eaf7598c7e05e5ac815f29e96a093ef8a..d431f3141b3e9f135394411f8c0dfb351b1a35e9 100644 (file)
@@ -1185,6 +1185,7 @@ namespace X {
 
        public const X.Atom XA_ATOM;
        public const X.Atom XA_CARDINAL;
+       public const X.Atom XA_STRING;
        public const X.Atom XA_WINDOW;
        public const X.Atom XA_WM_CLASS;
        public const X.Atom XA_WM_HINTS;