discomfitor pushed a commit to branch master.

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

commit b1037cbc5c76891cf975b8adc29b704cab3e9be7
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Dec 5 11:03:38 2016 -0500

    Revert "Check for deleted client in e_pixmap_image_is_argb"
    
    This reverts commit 6ba85cf864f19b083f652c7c7222d2c93b3b034e.
    
    returning false here causes csd regions to become opaque (black) during
    close animations
---
 src/bin/e_pixmap.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/e_pixmap.c b/src/bin/e_pixmap.c
index 593f2b9..3f166d7 100644
--- a/src/bin/e_pixmap.c
+++ b/src/bin/e_pixmap.c
@@ -896,7 +896,6 @@ e_pixmap_image_is_argb(const E_Pixmap *cp)
 #endif
       case E_PIXMAP_TYPE_WL:
 #ifdef HAVE_WAYLAND
-        if (e_object_is_del(E_OBJECT(cp->client))) return EINA_FALSE;
         if (cp->usable)
           return cp->image_argb;
         if (((E_Comp_Wl_Client_Data*)cp->client->comp_data)->cursor)

-- 


Reply via email to