discomfitor pushed a commit to branch enlightenment-0.20.

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

commit 68f4a7b75edcdf4c1b020614eb4d4c2f47cafa9a
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Wed May 11 15:35:01 2016 -0400

    remove some cruft from _e_comp_wl_client_cb_new()
---
 src/bin/e_comp_wl.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index b026c38..7e4596f 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -2175,14 +2175,6 @@ _e_comp_wl_client_cb_new(void *data EINA_UNUSED, 
E_Client *ec)
    /* get window id from pixmap */
    win = e_pixmap_window_get(ec->pixmap);
 
-   /* ignore fake root windows */
-   if ((ec->override) && ((ec->x == -77) && (ec->y == -77)))
-     {
-        e_comp_ignore_win_add(E_PIXMAP_TYPE_WL, win);
-        e_object_del(E_OBJECT(ec));
-        return;
-     }
-
    if (!(ec->comp_data = E_NEW(E_Comp_Client_Data, 1)))
      {
         ERR("Could not allocate new client data structure");

-- 


Reply via email to