Enlightenment CVS committal Author : raster Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/engines/gl_common Modified Files: evas_gl_font.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/gl_common/evas_gl_font.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- evas_gl_font.c 5 Sep 2005 08:01:15 -0000 1.7 +++ evas_gl_font.c 2 Oct 2005 15:15:44 -0000 1.8 @@ -153,6 +153,7 @@ void evas_gl_font_texture_free(Evas_GL_Font_Texture *ft) { + if (!ft) return NULL; if (ft->gc->font_texture == ft->texture) { ft->gc->font_texture = 0; @@ -170,7 +171,7 @@ /* 35 */ ft = fg->ext_dat; if (!ft) return; - if (surface == 0) +// if (surface == 0) { int r, g, b, a; ------------------------------------------------------- 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