Enlightenment CVS committal Author : turran Project : e17 Module : proto
Dir : e17/proto/enity/src/bin Modified Files: enity.c Log Message: Etk === + API changed: etk_init(int *argc, char *** argv). + etk_argument: now it modifies the parameters on the detected arguments Rest of etk apps, change etk_init(engine) with the new one. =================================================================== RCS file: /cvs/e/e17/proto/enity/src/bin/enity.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- enity.c 27 Jul 2006 01:54:03 -0000 1.11 +++ enity.c 2 Aug 2006 05:53:59 -0000 1.12 @@ -594,7 +594,7 @@ int main(int argc, char **argv) { - etk_init("ecore_evas_software_x11"); + etk_init(&argc, &argv); if(etk_arguments_parse(args, argc, argv) != ETK_ARGUMENT_RETURN_OK) { ------------------------------------------------------------------------- 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