[vala/0.10] x11: Add XK_Super_L and XK_Super_R bindings



commit f2188a621b88ec0454f04b0d0028fb26adfd1b9a
Author: Jürg Billeter <j bitron ch>
Date:   Sat Jan 8 14:13:59 2011 +0100

    x11: Add XK_Super_L and XK_Super_R bindings

 vapi/x11.vapi |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/vapi/x11.vapi b/vapi/x11.vapi
index 1a631a7..9b1a917 100644
--- a/vapi/x11.vapi
+++ b/vapi/x11.vapi
@@ -943,5 +943,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;
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]