]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
x11: Add XK_Super_L and XK_Super_R bindings
authorJürg Billeter <j@bitron.ch>
Sat, 8 Jan 2011 13:13:59 +0000 (14:13 +0100)
committerJürg Billeter <j@bitron.ch>
Sat, 8 Jan 2011 13:46:57 +0000 (14:46 +0100)
vapi/x11.vapi

index 2567261a18384f99248c305c12ba6dd02d97ae1c..64cfca1bb7b0bb671b7d73739e37bda03053d420 100644 (file)
@@ -946,5 +946,7 @@ namespace X {
 
        public const uint XK_Num_Lock;
        public const uint XK_Scroll_Lock;
+       public const uint XK_Super_L;
+       public const uint XK_Super_R;
 }