Enlightenment CVS committal Author : raster Project : e17 Module : proto/python-efl
Dir : e17/proto/python-efl/python-ecore/ecore/evas Modified Files: ecore.evas.c_ecore_evas.pyx Log Message: fix stuff - as this is so hard to just rebuild and python has no idea of dependencies to rebuilkd.. i have to rm -rf the tree to have a hope of it working.. so cmiiting all changes regardless of workign state is he only way to go. =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-ecore/ecore/evas/ecore.evas.c_ecore_evas.pyx,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- ecore.evas.c_ecore_evas.pyx 23 Jul 2008 22:46:30 -0000 1.7 +++ ecore.evas.c_ecore_evas.pyx 25 Jul 2008 19:05:24 -0000 1.8 @@ -12,16 +12,24 @@ def shutdown(): return ecore_evas_shutdown() -cdef char *engines[7] -engines[<int>ECORE_EVAS_ENGINE_SOFTWARE_X11] = "software_x11" -engines[<int>ECORE_EVAS_ENGINE_SOFTWARE_FB] = "software_fb" -engines[<int>ECORE_EVAS_ENGINE_OPENGL_X11] = "gl_x11" +cdef char *engines[15] engines[<int>ECORE_EVAS_ENGINE_SOFTWARE_BUFFER] = "software_buffer" +engines[<int>ECORE_EVAS_ENGINE_SOFTWARE_X11] = "software_x11" engines[<int>ECORE_EVAS_ENGINE_XRENDER_X11] = "xrender_x11" +engines[<int>ECORE_EVAS_ENGINE_OPENGL_X11] = "gl_x11" +engines[<int>ECORE_EVAS_ENGINE_SOFTWARE_XCB] = "software_xcb" +engines[<int>ECORE_EVAS_ENGINE_XRENDER_XCB] = "xrender_xcb" +engines[<int>ECORE_EVAS_ENGINE_SOFTWARE_DDRAW] = "software_ddraw" +engines[<int>ECORE_EVAS_ENGINE_DIRECT3D] = "direct3d" +engines[<int>ECORE_EVAS_ENGINE_OPENGL_GLEW] = "gl_glew" +engines[<int>ECORE_EVAS_ENGINE_SDL] = "sdl" engines[<int>ECORE_EVAS_ENGINE_DIRECTFB] = "directfb" +engines[<int>ECORE_EVAS_ENGINE_SOFTWARE_FB] = "software_fb" engines[<int>ECORE_EVAS_ENGINE_SOFTWARE_16_X11] = "software_x11_16" +engines[<int>ECORE_EVAS_ENGINE_SOFTWARE_16_DDRAW] = "software_ddraw_16" +engines[<int>ECORE_EVAS_ENGINE_SOFTWARE_16_WINCE] = "software_wince_16" cdef int engines_len -engines_len = 7 +engines_len = sizeof(engines)/sizeof(engines[0]) def engine_type_from_name(char *method): ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs