Enlightenment CVS committal Author : raster Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/modules/engines/software_generic Modified Files: evas_engine.c Log Message: fix --enable-ptrhead and poly render symbol - oops =================================================================== RCS file: /cvs/e/e17/libs/evas/src/modules/engines/software_generic/evas_engine.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- evas_engine.c 13 Nov 2006 23:23:44 -0000 1.9 +++ evas_engine.c 15 Nov 2006 11:57:42 -0000 1.10 @@ -175,7 +175,7 @@ eng_polygon_draw(void *data, void *context, void *surface, void *polygon) { #ifdef BUILD_PTHREAD - evas_common_pipe_polygon_draw(surface, context, polygon); + evas_common_pipe_poly_draw(surface, context, polygon); #else evas_common_polygon_draw(surface, context, polygon); evas_common_cpu_end_opt(); ------------------------------------------------------------------------- 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