Enlightenment CVS committal

Author  : moom16
Project : e17
Module  : proto

Dir     : e17/proto/exhibit/data


Modified Files:
        images.edc 


Log Message:
* Add a tile background to the main image


===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/exhibit/data/images.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- images.edc  14 Dec 2005 11:33:28 -0000      1.1
+++ images.edc  21 Dec 2005 20:17:19 -0000      1.2
@@ -29,9 +29,49 @@
       } \
    }
 
+images {
+   image: "tiles.png" COMP;
+}
 collections {
    ICON("fit_to_window");
    ICON("one_to_one");
    ICON("zoom_in");
    ICON("zoom_out");
+   
+   group {
+      name: "image_bg";
+      data {
+         item: "inset" "4 4 4 4";
+      }
+      parts {
+        part {
+           name: "image_bg";
+           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: "tiles.png";
+              }
+              fill {
+                 smooth: 0;
+                 origin {
+                    relative: 0.0 0.0;
+                    offset: 0 0;
+                 }
+                 size {
+                     relative: 0.0 0.0;
+                     offset: 128 128;
+                 }
+              }
+           }
+        }
+      }
+   }
 }




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to