Enlightenment CVS committal Author : doursse Project : e17 Module : apps/expedite
Dir : e17/apps/expedite/src/bin Modified Files: engine_software_16_wince.c main.c Log Message: add DirectDraw backend. Seems faster on pda's that have it =================================================================== RCS file: /cvs/e/e17/apps/expedite/src/bin/engine_software_16_wince.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- engine_software_16_wince.c 23 May 2008 18:33:07 -0000 1.4 +++ engine_software_16_wince.c 25 May 2008 17:39:48 -0000 1.5 @@ -164,6 +164,7 @@ if (!strcmp(argv[i], "wince")) ok = 1; if (!strcmp(argv[i], "wince-fb")) { ok = 1; backend = 1; } if (!strcmp(argv[i], "wince-gapi")) { ok = 1; backend = 2; } + if (!strcmp(argv[i], "wince-ddraw")) { ok = 1; backend = 3; } } } if (!ok) return 0; =================================================================== RCS file: /cvs/e/e17/apps/expedite/src/bin/main.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -3 -r1.20 -r1.21 --- main.c 29 Apr 2008 22:02:30 -0000 1.20 +++ main.c 25 May 2008 17:39:48 -0000 1.21 @@ -1269,6 +1269,7 @@ " wince" " wince-fb" " wince-gapi" + " wince-ddraw" #endif #if HAVE_EVAS_SOFTWARE_SDL " sdl" ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs