discomfitor pushed a commit to branch enlightenment-0.20.

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

commit a928205be41e8b519c104413ada95f5743ec1c2e
Author: Marcel Hollerbach <marcel-hollerb...@t-online.de>
Date:   Sun Jan 17 15:32:43 2016 +0100

    e_comp_wl: only ignore ignored clients
    
    a override client (in terms of override like x) should get focus, which
    would not happen for the case of the function call.
---
 src/bin/e_comp_wl.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index b9012e7..f6c81c0 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -128,7 +128,8 @@ _e_comp_wl_evas_cb_show(void *data, Evas *evas EINA_UNUSED, 
Evas_Object *obj EIN
         ec->comp_data->need_reparent = EINA_TRUE;
         ec->visible = EINA_TRUE;
      }
-   if (!e_client_util_ignored_get(ec))
+
+   if (!ec->ignored)
      {
         ec->take_focus = !starting;
         EC_CHANGED(ec);

-- 


Reply via email to