Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

Dir     : e17/proto/etk/data/themes/default/wm


Modified Files:
        borders.edc 


Log Message:
* A bit more work on the FB engine: window_raise() and window_lower() 
and fix window dragging.


===================================================================
RCS file: /cvs/e/e17/proto/etk/data/themes/default/wm/borders.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- borders.edc 30 Jul 2006 21:09:32 -0000      1.1
+++ borders.edc 7 Aug 2006 20:01:21 -0000       1.2
@@ -2,7 +2,8 @@
    name: "wm_border";
    parts {
       part {
-        name: "border";
+        name: "shadow";
+         mouse_events: 0;
         description {
            state: "default" 0.0;
             rel1 {
@@ -12,8 +13,18 @@
                offset: 13 13;
             }
            image {
+              normal: "wm_shadow.png";
+               border: 6 6 15 15;
+            }
+        }
+      }
+      part {
+        name: "border";
+        description {
+           state: "default" 0.0;
+           image {
               normal: "wm_border.png";
-               border: 40 68 30 19;
+               border: 33 53 26 5;
             }
         }
       }



-------------------------------------------------------------------------
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