Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/include


Modified Files:
        evas_common.h 


Log Message:


i've put back timestamp checks - but evas wont stata file more frequently
than once per 2 seconds to avoid overhead.

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/include/evas_common.h,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -3 -r1.75 -r1.76
--- evas_common.h       2 Mar 2007 14:51:16 -0000       1.75
+++ evas_common.h       2 Mar 2007 22:27:52 -0000       1.76
@@ -46,6 +46,7 @@
 #include <signal.h>
 #include <setjmp.h>
 #include <sys/types.h>
+#include <sys/stat.h>
 #include <ctype.h>
 
 #ifdef HAVE_ALLOCA_H
@@ -347,7 +348,7 @@
        char           *comment;
      } info;
    int                  references;
-//   DATA64               timestamp;
+   time_t               timestamp;
    void                *extended_info;
    RGBA_Image_Loadopts  load_opts;
    unsigned char        scale;



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to