Enlightenment CVS committal Author : lordchaos Project : e17 Module : proto
Dir : e17/proto/entropy/src/include Modified Files: entropy_generic.h Log Message: * Yes to all support =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/entropy_generic.h,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- entropy_generic.h 2 Mar 2006 06:10:55 -0000 1.14 +++ entropy_generic.h 2 Mar 2006 06:54:04 -0000 1.15 @@ -80,9 +80,11 @@ }; typedef enum entropy_user_interaction_response { - ENTROPY_USER_INTERACTION_RESPONSE_YES, - ENTROPY_USER_INTERACTION_RESPONSE_NO, - ENTROPY_USER_INTERACTION_RESPONSE_ABORT + ENTROPY_USER_INTERACTION_RESPONSE_YES=0, + ENTROPY_USER_INTERACTION_RESPONSE_YES_TO_ALL=1, + ENTROPY_USER_INTERACTION_RESPONSE_NO=2, + ENTROPY_USER_INTERACTION_RESPONSE_NO_TO_ALL=3, + ENTROPY_USER_INTERACTION_RESPONSE_ABORT=4 } entropy_user_interaction_response; typedef struct entropy_user_interaction entropy_user_interaction; ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs