[vala] x11: Set array_length to false for ModifierKeymap.modifiermap
- From: Luca Bruno <lucabru src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] x11: Set array_length to false for ModifierKeymap.modifiermap
- Date: Fri, 23 Dec 2011 11:49:02 +0000 (UTC)
commit 37734ba6649286c10a38f6379967a3accaeaa7b1
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]