Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default.edc 


Log Message:


make clock tick EXACTLy ON every second... :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default.edc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- default.edc 28 Nov 2004 14:52:46 -0000      1.4
+++ default.edc 4 Dec 2004 09:31:22 -0000       1.5
@@ -4418,9 +4418,9 @@
            new Float:second;
            new v;
            
-           timer(1.0, "clock_cb", 1);
            date(year, month, day, yearday, weekday, hour, minute, second);
            v = round(second);
+           timer(1.0 - (second - v), "clock_cb", 1);
            buf[0] = 0;
            if (v < 10) {snprintf(buf, 10, "0%i", v);}
            else        {snprintf(buf, 10, "%i", v);}
@@ -4457,6 +4457,7 @@
            mouse_events: 0;
            description {
               state: "default" 0.0;
+              aspect: 1.0 1.0;
               rel1 {
                  relative: 0.1 0.1;
               }
@@ -4548,6 +4549,7 @@
            mouse_events: 0;
            description {
               state: "default" 0.0;
+              aspect: 1.0 1.0;
               rel1 {
                  relative: 0.1 0.1;
               }
@@ -4639,6 +4641,7 @@
            mouse_events: 0;
            description {
               state: "default" 0.0;
+              aspect: 1.0 1.0;
               rel1 {
                  relative: 0.2 0.2;
               }




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to