Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_engine_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/x11/ewl_engine_x11.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- ewl_engine_x11.c    4 Jan 2007 05:09:46 -0000       1.37
+++ ewl_engine_x11.c    8 Jan 2007 13:32:41 -0000       1.38
@@ -136,7 +136,7 @@
 }
 
 Ewl_Engine *
-ewl_engine_create(void)
+ewl_engine_create(int *argc, char ** argv)
 {
        Ewl_Engine_X11 *engine;
 
@@ -266,7 +266,6 @@
        }
 
        info = NEW(Ewl_Engine_Info, 1);
-       info->init = ee_init;
        info->shutdown = ee_shutdown;
        info->hooks.window = window_funcs;
        info->hooks.pointer = pointer_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