raster pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=1241390d2f833928bede7dd8f4034d17933ebb83

commit 1241390d2f833928bede7dd8f4034d17933ebb83
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Thu Jan 23 00:28:13 2014 +0900

    theme - win shadow - stack under all so pulsing icon is not BELOW the 
shadow.
---
 data/themes/edc/border.edc | 50 +++++++++++++++++++++++-----------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

diff --git a/data/themes/edc/border.edc b/data/themes/edc/border.edc
index 5cf70df..fedba2e 100644
--- a/data/themes/edc/border.edc
+++ b/data/themes/edc/border.edc
@@ -23,6 +23,31 @@ group { name: "e/widgets/border/default/border";
    images.image: "win_shadow.png" COMP;
    data.item: "shadow" "1";
    parts {
+      part { name: "shadow_clip"; type: RECT; mouse_events: 0;
+         description { state: "default";
+            rel1.to: "shadow";
+            rel2.to: "shadow";
+         }
+         description { state: "hidden";
+            visible: 0;
+         }
+      }
+      part { name: "shadow"; mouse_events: 0; clip_to: "shadow_clip";
+         description { state: "default" 0.0;
+            image.normal: "win_shadow.png";
+            image.border: 14 14 14 14;
+            image.middle: 0;
+            rel1.to: "top";
+            rel1.offset: -7 -3;
+            rel2.to: "bottom";
+            rel2.offset: 6 11;
+            fill.smooth: 0;
+         }
+         description { state: "shaded";
+            inherit: "default";
+            rel2.to: "top";
+         }
+      }
       part { name: "client_clip"; type: RECT; mouse_events: 0;
          description { state: "default" 0.0;
             rel1.to_y: "e.swallow.client";
@@ -431,31 +456,6 @@ group { name: "e/widgets/border/default/border";
             visible: 0;
          }
       }
-      part { name: "shadow_clip"; type: RECT; mouse_events: 0;
-         description { state: "default";
-            rel1.to: "shadow";
-            rel2.to: "shadow";
-         }
-         description { state: "hidden";
-            visible: 0;
-         }
-      }
-      part { name: "shadow"; mouse_events: 0; clip_to: "shadow_clip";
-         description { state: "default" 0.0;
-            image.normal: "win_shadow.png";
-            image.border: 14 14 14 14;
-            image.middle: 0;
-            rel1.to: "top";
-            rel1.offset: -7 -3;
-            rel2.to: "bottom";
-            rel2.offset: 6 11;
-            fill.smooth: 0;
-         }
-         description { state: "shaded";
-            inherit: "default";
-            rel2.to: "top";
-         }
-      }
       part { name: "e.event.resize.bl"; type: RECT;
          description { state: "default" 0.0;
             rel1.relative: 0.0 1.0;

-- 


Reply via email to