]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
x11: Set array_length to false for ModifierKeymap.modifiermap
authorOlaf <yggtrash@googlemail.com>
Fri, 23 Dec 2011 11:45:48 +0000 (12:45 +0100)
committerJürg Billeter <j@bitron.ch>
Tue, 31 Jan 2012 12:07:19 +0000 (13:07 +0100)
Fixes bug 666099.

vapi/x11.vapi

index 3656cc26e75e615d56bbc02b8d94dff003f91725..2f357fd52d31dc4e2c8b5e1e0fba9a9a7b541a65 100644 (file)
@@ -313,6 +313,7 @@ namespace X {
                // The server's max # of keys per modifier
                public int max_keypermod;
                // An 8 by max_keypermod array of modifiers
+               [CCode (array_length = false)]
                public uchar[] modifiermap;
        }