[vala/0.14] x11: Set array_length to false for ModifierKeymap.modifiermap
- From: JÃrg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.14] x11: Set array_length to false for ModifierKeymap.modifiermap
- Date: Tue, 31 Jan 2012 13:13:51 +0000 (UTC)
commit e290ddf3c4d78e0c988a9fd4466d48620704f844
Author: Olaf <yggtrash googlemail com>
Date: Fri Dec 23 12:45:48 2011 +0100
x11: Set array_length to false for ModifierKeymap.modifiermap
Fixes bug 666099.
vapi/x11.vapi | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/vapi/x11.vapi b/vapi/x11.vapi
index 3656cc2..2f357fd 100644
--- a/vapi/x11.vapi
+++ b/vapi/x11.vapi
@@ -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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]