[Xfce4-commits] [xfce/xfwm4] 01/01: keyboard: Re-apply modifiers	masks
    noreply at xfce.org 
    noreply at xfce.org
       
    Sat Apr 30 19:26:17 CEST 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
olivier pushed a commit to branch master
in repository xfce/xfwm4.
commit 7918da12f2dd4565ef5220407701c347bf7ed31c
Author: Olivier Fourdan <fourdan at xfce.org>
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 <fourdan at xfce.org>
---
 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.
    
    
More information about the Xfce4-commits
mailing list