Comp Module: If shadows are disabled in config, then do not draw them ;)
authorChristopher Michael <cpmichael1@comcast.net>
Sat, 20 Aug 2011 11:39:25 +0000 (11:39 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Sat, 20 Aug 2011 11:39:25 +0000 (11:39 +0000)
SVN revision: 62628

src/modules/comp/e_mod_comp.c

index 565fa0e..c65ad20 100644 (file)
@@ -1543,6 +1543,9 @@ _e_mod_comp_win_shadow_setup(E_Comp_Win *cw)
         else
           edje_object_signal_emit(cw->shobj, "e,state,shadow,off", "e");
      }
+   else
+     edje_object_signal_emit(cw->shobj, "e,state,shadow,off", "e");
+
    if (cw->bd)
      {
         if (cw->bd->focused)