Enlightenment CVS committal Author : doursse Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/canvas Modified Files: evas_main.c Log Message: * Add Windows CE engine (1st step) The engine is not entirely working right now. Recent devices which supports the raw frame buffer should work though. But having it in cvs will help me as I'm coding it most of the time "blindly" (no device to test it) * minor formatting in the top evel Makefile.am too =================================================================== RCS file: /cvs/e/e17/libs/evas/src/lib/canvas/evas_main.c,v retrieving revision 1.41 retrieving revision 1.42 diff -u -3 -r1.41 -r1.42 --- evas_main.c 8 Feb 2008 20:44:09 -0000 1.41 +++ evas_main.c 23 Apr 2008 19:17:58 -0000 1.42 @@ -712,6 +712,9 @@ #ifdef BUILD_ENGINE_DIRECT3D methods = evas_list_append(methods, strdup("direct3d")); #endif +#ifdef BUILD_ENGINE_SOFTWARE_16_WINCE + methods = evas_list_append(methods, strdup("software_16_wince")); +#endif #ifdef BUILD_ENGINE_SOFTWARE_X11 methods = evas_list_append(methods, strdup("software_x11")); #endif ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs