Enlightenment CVS committal Author : turran Project : e17 Module : proto
Dir : e17/proto/exhibit/src/bin Modified Files: exhibit_main.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/exhibit/src/bin/exhibit_main.c,v retrieving revision 1.56 retrieving revision 1.57 diff -u -3 -r1.56 -r1.57 --- exhibit_main.c 2 Aug 2006 03:10:43 -0000 1.56 +++ exhibit_main.c 2 Aug 2006 05:54:00 -0000 1.57 @@ -1175,7 +1175,7 @@ int main(int argc, char *argv[]) { - if (!etk_init("ecore_evas_software_x11")) + if (!etk_init(&argc, &argv)) { fprintf(stderr, "Could not init etk. Exiting...\n"); return 0; ------------------------------------------------------------------------- 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