discomfitor pushed a commit to branch enlightenment-0.21.

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

commit 2108bee6163c3bbf2ae23734792db6f8227e2a0c
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Tue Nov 8 12:46:02 2016 -0500

    remove wl client pixmap aliasing on del
    
    not sure why I added this but it was wrong
---
 src/bin/e_comp_wl.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index ee9692a..40e44d1 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -2476,10 +2476,7 @@ _e_comp_wl_client_cb_del(void *data EINA_UNUSED, 
E_Client *ec)
      wl_resource_destroy(cb);
 
    if (ec->comp_data->surface)
-     {
-        e_pixmap_alias(ec->pixmap, E_PIXMAP_TYPE_WL, 
wl_resource_get_id(ec->comp_data->surface));
-        wl_resource_set_user_data(ec->comp_data->surface, NULL);
-     }
+     wl_resource_set_user_data(ec->comp_data->surface, NULL);
 
    if (ec->internal_elm_win)
      evas_object_hide(ec->frame);

-- 


Reply via email to