Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/include


Modified Files:
        entropy_generic.h 


Log Message:
* File icon hinting

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/include/entropy_generic.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- entropy_generic.h   5 Apr 2006 06:09:11 -0000       1.21
+++ entropy_generic.h   20 Jul 2006 15:19:18 -0000      1.22
@@ -23,7 +23,7 @@
 
        char* uri;
 
-       entropy_thumbnail* thumbnail;
+       entropy_thumbnail* thumbnail; /*NULL until created*/
 
        struct entropy_generic_file* parent;
 
@@ -31,6 +31,8 @@
        struct stat properties;
 
        char* md5; /*A reference to the md5sum made for this file*/
+
+       char* icon_hint;
 };
 
 typedef struct entropy_file_listener entropy_file_listener;



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