Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/engines/evas_xrender_x11


Modified Files:
        ewl_engine_evas_xrender_x11.c 


Log Message:
- ewl_engine_new doesnt' need to call the init param as all of the
  create_engine functions have to do it already. 
- remove init function pointer.
- pass the argc and argv array to the engines so they can pull out params if
  needed

===================================================================
RCS file: 
/cvs/e/e17/libs/ewl/src/engines/evas_xrender_x11/ewl_engine_evas_xrender_x11.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- ewl_engine_evas_xrender_x11.c       4 Jan 2007 05:09:46 -0000       1.6
+++ ewl_engine_evas_xrender_x11.c       8 Jan 2007 13:32:41 -0000       1.7
@@ -31,7 +31,7 @@
 }
 
 Ewl_Engine *
-ewl_engine_create(void)
+ewl_engine_create(int *argc, char ** argv)
 {
        Ewl_Engine_Evas_Xrender_X11 *engine;
 
@@ -59,7 +59,6 @@
        DCHECK_PARAM_PTR_RET("engine", engine, FALSE);
 
        info = NEW(Ewl_Engine_Info, 1);
-       info->init = ee_init;
        info->shutdown = ee_shutdown;
        info->hooks.canvas = canvas_funcs;
 



-------------------------------------------------------------------------
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

Reply via email to