discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=492f9bcf4e1d430050af67fd0a78d4455baef7d2

commit 492f9bcf4e1d430050af67fd0a78d4455baef7d2
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Wed Jun 1 13:06:52 2016 -0400

    unset comp_grabbed flag before action client compositor ungrab
    
    this flag was blocking accurate event propagation in some cases
---
 src/bin/e_client.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_client.c b/src/bin/e_client.c
index 7131308..b1b1260 100644
--- a/src/bin/e_client.c
+++ b/src/bin/e_client.c
@@ -387,8 +387,8 @@ _e_client_action_input_win_del(void)
 {
    if (!comp_grabbed) return 0;
 
-   e_comp_ungrab_input(1, 1);
    comp_grabbed = 0;
+   e_comp_ungrab_input(1, 1);
    return 1;
 }
 

-- 


Reply via email to