From: Jürg Billeter Date: Sat, 8 Jan 2011 13:13:59 +0000 (+0100) Subject: x11: Add XK_Super_L and XK_Super_R bindings X-Git-Tag: 0.11.4~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfc66566cd0d414aee64342ac599433f9edfbc9f;p=thirdparty%2Fvala.git x11: Add XK_Super_L and XK_Super_R bindings --- diff --git a/vapi/x11.vapi b/vapi/x11.vapi index 2567261a1..64cfca1bb 100644 --- a/vapi/x11.vapi +++ b/vapi/x11.vapi @@ -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; }