Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_exebuf.edc 


Log Message:


small thing - but make the cursor in exebuf blink.

===================================================================
RCS file: /cvs/e/e17/apps/e/data/themes/default_exebuf.edc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- default_exebuf.edc  23 Aug 2006 03:39:01 -0000      1.6
+++ default_exebuf.edc  2 Sep 2006 02:06:47 -0000       1.7
@@ -306,6 +306,11 @@
               normal: "e17_entry_cursor.png";
            }
         }
+        description {
+           state:    "faded" 0.0;
+           inherit:  "default" 0.0;
+           color:    255 255 255 0;
+        }
       }
       part {
         name: "e.swallow.icons";
@@ -348,6 +353,24 @@
               border: 15 15 15 15;
            }
         }
+      }
+   }
+   programs {
+      program {
+        name:    "blink1";
+        signal:  "show";
+        source:  "";
+        action:  STATE_SET "faded" 0.0;
+        transition: SINUSOIDAL 0.5;
+        target:  "cursor";
+        after:   "blink2";
+      }
+      program {
+        name:    "blink2";
+        action:  STATE_SET "default" 0.0;
+        transition: SINUSOIDAL 0.5;
+        target:  "cursor";
+        after:   "blink1";
       }
    }
 }



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