This is an automated email from the git hooks/post-receive script. olivier pushed a commit to branch xfce-4.12 in repository xfce/xfwm4.
commit 202703397713223033b3bf45dec82bae98ccc9c8 Author: Olivier Fourdan <[email protected]> Date: Sat Apr 30 19:25:01 2016 +0200 keyboard: Re-apply modifiers masks Restore modifiers masks removed by mistake in previous commit. Signed-off-by: Olivier Fourdan <[email protected]> --- src/keyboard.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/keyboard.c b/src/keyboard.c index c32ed18..d26f212 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -110,6 +110,8 @@ getModifierMap (const char *str, guint *map) ret &= addModifierMap (map, MetaMask); } + *map &= MODIFIER_MASK & ~IGNORE_MASK; + return ret; } -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
