Enlightenment CVS committal Author : moom Project : e17 Module : libs/etk
Dir : e17/libs/etk/src/engines/ecore_evas Modified Files: ecore_evas.c Log Message: * [Etk_Main] Add etk_init_full() that adds the ability to pass custom options to Etk initialisation * [Etk_Main] Change the prototype of etk_init() to "int etk_init(int argc, char **argv). Existing programs have to be fixed! * [Etk_Argument] No longer need to pass argc/argv to parse the arguments and add etk_argument_get() to retrieve the argc/argv couple passed to etk_init() =================================================================== RCS file: /cvs/e/e17/libs/etk/src/engines/ecore_evas/ecore_evas.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -3 -r1.21 -r1.22 --- ecore_evas.c 29 Jun 2007 12:00:13 -0000 1.21 +++ ecore_evas.c 14 Oct 2007 20:39:57 -0000 1.22 @@ -7,7 +7,7 @@ typedef Etk_Engine_Ecore_Evas_Window_Data Etk_Engine_Window_Data; /* General engine functions */ -Etk_Engine *engine_open(int *argc, char ***argv); +Etk_Engine *engine_open(void); void engine_close(void); static Etk_Bool _engine_init(void); @@ -132,7 +132,7 @@ **************************/ /* Called when the engine is loaded */ -Etk_Engine *engine_open(int *argc, char ***argv) +Etk_Engine *engine_open(void) { engine_info.engine_data = NULL; engine_info.engine_name = strdup("ecore_evas"); ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs