discomfitor pushed a commit to branch master.

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

commit c58cc3c279b6642923885f89ab89a8f0869c2253
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Tue Jun 30 15:38:13 2015 -0400

    unset ec->ignored during xwayland client data swap
---
 src/bin/e_comp_x.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c
index 57981cd..8268d1b 100644
--- a/src/bin/e_comp_x.c
+++ b/src/bin/e_comp_x.c
@@ -5332,6 +5332,7 @@ e_comp_x_xwayland_client_setup(E_Client *ec, E_Client *wc)
 
    eina_hash_set(clients_win_hash, &win, wc);
    wc->visible = 1;
+   wc->ignored = 0;
    evas_object_show(wc->frame);
    e_object_del(E_OBJECT(ec));
    e_hints_window_visible_set(wc);

-- 


Reply via email to