From 6f5feb99b23adb04bec4b429d7ba4c515bc258cc Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Tue, 8 Nov 2016 12:46:02 -0500 Subject: [PATCH] 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 f135844f7..b31dde91d 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); /* WL clients take an extra ref at startup so they don't get deleted while * visible. Since we drop that in the render loop we need to make sure