diff options
author | marha <marha@users.sourceforge.net> | 2012-01-20 14:40:19 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-01-20 14:40:19 +0100 |
commit | dc56d736fcd8ee767f76674981abbb506a1d69d5 (patch) | |
tree | f7cb13a975f4d5e4207540d61ef36e0ff634a577 | |
parent | c5f912c7b9248440bf9dff4b3c64513ec0f3ec98 (diff) | |
download | vcxsrv-dc56d736fcd8ee767f76674981abbb506a1d69d5.tar.gz vcxsrv-dc56d736fcd8ee767f76674981abbb506a1d69d5.tar.bz2 vcxsrv-dc56d736fcd8ee767f76674981abbb506a1d69d5.zip |
Currenlty enable the keyboard options grab:break_actions by default.
-rw-r--r-- | xorg-server/hw/xwin/winconfig.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xorg-server/hw/xwin/winconfig.c b/xorg-server/hw/xwin/winconfig.c index 71850d0a4..4441550b0 100644 --- a/xorg-server/hw/xwin/winconfig.c +++ b/xorg-server/hw/xwin/winconfig.c @@ -502,6 +502,12 @@ winConfigKeyboard (DeviceIntPtr pDevice) s = winSetStrOption (kbd->inp_option_lst, "XkbOptions", NULL); from = X_CONFIG; } +#else + else + { + if (!g_winInfo.xkb.options) + s="grab:break_actions"; /* Currently attach default CTRL+ALT+NKP/ and CTRL+ALT+NKP* mappings to release grab functions */ + } #endif if (s) { |