Enlightenment CVS committal Author : lordchaos Project : e17 Module : proto
Dir : e17/proto/entropy/src/include Modified Files: entropy_generic.h Log Message: * More work on the transfer dialog =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/entropy_generic.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- entropy_generic.h 16 Nov 2005 11:48:34 -0000 1.6 +++ entropy_generic.h 17 Nov 2005 07:59:50 -0000 1.7 @@ -50,12 +50,16 @@ int value; }; + +#define TYPE_CONTINUE 0 +#define TYPE_END 1 /*A temporary structure until I find a better way to do this*/ typedef struct entropy_file_progress { char* file_from; char* file_to; float progress; + int type; } entropy_file_progress; typedef struct entropy_file_stat entropy_file_stat; ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs