Enlightenment CVS committal Author : xcomputerman Project : e17 Module : apps/entrance
Dir : e17/apps/entrance/data/themes/default Modified Files: default.edc Log Message: Make Entrance background configurable. Only the default theme has been modified. Most of the other themes will be removed from CVS soon. =================================================================== RCS file: /cvs/e/e17/apps/entrance/data/themes/default/default.edc,v retrieving revision 1.25 retrieving revision 1.26 diff -u -3 -r1.25 -r1.26 --- default.edc 26 Aug 2005 04:13:30 -0000 1.25 +++ default.edc 12 May 2006 22:21:34 -0000 1.26 @@ -343,6 +343,53 @@ collections { group { + name: "Background"; + parts { + part { + name: "bg_clip"; + type: RECT; + mouse_events: 0; + description { + state: "default" 0.0; + visible: 1; + color: 255 255 255 255; + } + description { + state: "hidden" 0.0; + visible: 0; + color: 255 255 255 0; + } + } + part { + name: "background"; + description { + state: "default" 0.0; + visible: 1; /* Background will be loaded by application */ + image { + normal: "e17_brushed.png"; + } + fill { + size { + relative: 0 0; + offset: 400 300; + } + } + } + } + part { + name: "reflection_shadow_overlay"; + description { + state: "default" 0.0; + image { + normal: "e17_reflection_shadow_overlay.png"; + } + } + } + + } + } + + group { name: "Main"; script { public sessions_visible; @@ -388,31 +435,6 @@ color: 255 255 255 0; } } - part { - name: "background"; - description { - state: "default" 0.0; - image { - normal: "e17_brushed.png"; - } - fill { - size { - relative: 0 0; - offset: 400 300; - } - } - } - } - part { - name: "reflection_shadow_overlay"; - description { - state: "default" 0.0; - image { - normal: "e17_reflection_shadow_overlay.png"; - } - } - } - part { name: "power_button"; mouse_events: 1; ------------------------------------------------------- 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