Enlightenment CVS committal

Author  : xcomputerman
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/data/themes/darkrock


Modified Files:
        darkrock.edc 


Log Message:
Updated the darkrock theme to support configurable background.


===================================================================
RCS file: /cvs/e/e17/apps/entrance/data/themes/darkrock/darkrock.edc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- darkrock.edc        10 Dec 2004 23:31:20 -0000      1.5
+++ darkrock.edc        12 May 2006 22:49:06 -0000      1.6
@@ -157,6 +157,41 @@
 
 collections {
    group {
+      name, "Background";
+      parts {
+         part {
+            name,          "background";
+            //color_class,   "bg";
+            mouse_events,  0;
+            description {
+               state,    "default" 0.0;
+               rel1 {
+                  relative, 0.0  0.0;
+                  offset,   0    0;
+               }
+               rel2 {
+                  relative, 1.0  1.0;
+                  offset,   -1   -1;
+               }
+               image {
+                  normal, "rockface.png";
+               }
+               fill {
+                  origin {
+                     relative, 0.0 0.0;
+                     offset,   0 0;
+                  }
+                  size {
+                     relative, 0.0 0.0;
+                     offset,   1024 1024;
+                  }
+               }
+            }
+         }
+      }
+   }
+
+   group {
       name, "Main";
       parts {
          part {
@@ -191,35 +226,6 @@
             }
          }
          part {
-            name,          "background";
-            //color_class,   "bg";
-            mouse_events,  0;
-            description {
-               state,    "default" 0.0;
-               rel1 {
-                  relative, 0.0  0.0;
-                  offset,   0    0;
-               }
-               rel2 {
-                  relative, 1.0  1.0;
-                  offset,   -1   -1;
-               }
-               image {
-                  normal, "rockface.png";
-               }
-               fill {
-                  origin {
-                     relative, 0.0 0.0;
-                     offset,   0 0;
-                  }
-                  size {
-                     relative, 0.0 0.0;
-                     offset,   1024 1024;
-                  }
-               }
-            }
-         }
-         part {
             name,          "power_button";
             mouse_events,  1;
             clip_to, "all_clip";
@@ -1336,13 +1342,13 @@
                     {
                         relative, 0.0 0.5;
                         offset, 0 0;
-                        to, "background";
+                        to, "all_clip";
                     }
                     rel2
                     {
                         relative, 0.0 0.5;
                         offset, 0 0;
-                        to, "background";
+                        to, "all_clip";
                     }
                     color, 255 255 255 0;
                 }
@@ -1354,13 +1360,13 @@
                     {
                         relative, 0.0 0.5;
                         offset, 20 -40;
-                        to, "background";
+                        to, "all_clip";
                     }
                     rel2
                     {
                         relative, 0.0 0.5;
                         offset, 240 40;
-                        to, "background";
+                        to, "all_clip";
                     }
                     color, 255 255 255 32;
                 }
@@ -1372,13 +1378,13 @@
                     {
                         relative, 0.0 0.5;
                         offset, 20 -230;
-                        to, "background";
+                        to, "all_clip";
                     }
                     rel2
                     {
                         relative, 0.0 0.5;
                         offset, 200 230;
-                        to, "background";
+                        to, "all_clip";
                     }
                     color, 255 255 255 255;
                 }
@@ -1664,13 +1670,13 @@
                     {
                         relative, 0.0 1.0;
                         offset, 25 -53;
-                        to, "background";
+                        to, "all_clip";
                     }
                     rel2
                     {
                         relative, 0.0 1.0;
                         offset, 200 -5;
-                        to, "background";
+                        to, "all_clip";
                     }
                     color, 255 255 255 255;
                 }




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to