Enlightenment CVS committal Author : raster Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/engines/common Modified Files: evas_font_draw.c Log Message: an xrender engine. fully complete - but it doesnt support shaped window masks and destination alpha like software_x11 does so its not a 100% dropin replacement... yet =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/engines/common/evas_font_draw.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- evas_font_draw.c 5 Sep 2005 08:01:15 -0000 1.15 +++ evas_font_draw.c 2 Oct 2005 15:15:44 -0000 1.16 @@ -147,7 +147,7 @@ fg = evas_common_font_int_cache_glyph_get(fi, index); if (!fg) continue; - if ((dc->font_ext.func.gl_new) && (!fg->ext_dat)) + if (dc->font_ext.func.gl_new) { /* extension calls */ fg->ext_dat = dc->font_ext.func.gl_new(dc->font_ext.data, fg); @@ -179,7 +179,7 @@ { /* ext glyph draw */ dc->font_ext.func.gl_draw(dc->font_ext.data, - (void *)c, + (void *)dst, dc, fg, chr_x, y - (chr_y - y) ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs