discomfitor pushed a commit to branch master.

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

commit 199882ea2537c2dc7974a010f457cea03bbc175a
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Wed Jan 22 21:35:49 2014 -0500

    disable shadows for override clients with alpha
---
 src/bin/e_comp_object.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
index bd96a11..967dae6 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -469,7 +469,7 @@ _e_comp_object_shadow_setup(E_Comp_Object *cw)
      }
    if (cw->ec->override)
      {
-        if ((!cw->ec->shaped) && (!no_shadow))
+        if ((!cw->ec->shaped) && (!no_shadow) && (!cw->ec->argb))
           e_comp_object_signal_emit(cw->smart_obj, "e,state,shadow,on", "e");
         else
           e_comp_object_signal_emit(cw->smart_obj, "e,state,shadow,off", "e");

-- 


Reply via email to