discomfitor pushed a commit to branch enlightenment-0.20.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=90ecf5401ba711aeeb3f65505dc646780e21eb11

commit 90ecf5401ba711aeeb3f65505dc646780e21eb11
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 4dcc44a..b0ba907 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