Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default.edc 


Log Message:


1. lowres clock...
2. TODO list

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default.edc,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- default.edc 11 Dec 2004 04:02:25 -0000      1.9
+++ default.edc 18 Dec 2004 01:52:47 -0000      1.10
@@ -4419,12 +4419,18 @@
            new v;
            
            date(year, month, day, yearday, weekday, hour, minute, second);
-           v = round(second);
-           timer(1.0 - (second - v), "clock_cb", 1);
+           v = round(second);
+#if E17_PROFILE != HIRES_PDA && E17_PROFILE != LOWRES_PDA && E17_PROFILE != 
MEDIUMRES_PDA
+           timer(1.0 - (second - v), "clock_cb", 1);
+#else 
+           timer(10.0 - (second - v), "clock_cb", 1);
+#endif
+#if E17_PROFILE != HIRES_PDA && E17_PROFILE != LOWRES_PDA && E17_PROFILE != 
MEDIUMRES_PDA
            buf[0] = 0;
            if (v < 10) {snprintf(buf, 10, "0%i", v);}
            else        {snprintf(buf, 10, "%i", v);}
            set_state(PART:"seconds", buf, 0.0);
+#endif
            v = minute;
            buf[0] = 0;
            if (v < 10) {snprintf(buf, 10, "0%i", v);}
@@ -4451,6 +4457,7 @@
 #ifdef IND
 #undef IND
 #endif  
+#if E17_PROFILE != HIRES_PDA && E17_PROFILE != LOWRES_PDA && E17_PROFILE != 
MEDIUMRES_PDA
 #define IND "seconds"   
         part {
            name: IND;
@@ -4540,6 +4547,7 @@
            HAND("58")
            HAND("59")
         }
+#endif
 #ifdef IND
 #undef IND
 #endif  




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