[vala] x11: Set array_length to false for ModifierKeymap.modifiermap



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]