Enlightenment CVS committal Author : raster Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/engines/buffer Modified Files: evas_engine.c Log Message: and declare that variable before it is used... =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/engines/buffer/evas_engine.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- evas_engine.c 2 Mar 2005 04:09:15 -0000 1.13 +++ evas_engine.c 2 Mar 2005 04:18:41 -0000 1.14 @@ -1062,6 +1062,7 @@ if (dc) { RGBA_Image *im; + int inset; if ((h * ow) < (w * oh)) { @@ -1079,7 +1080,7 @@ newfont = evas_common_font_load( ((RGBA_Font *)font)->src->name, (((RGBA_Font *)font)->size*mult)/divv); dc->col.col = dc_in->col.col; - int inset = evas_common_font_query_inset( font, text); + inset = evas_common_font_query_inset( font, text); im = evas_common_image_create(render_w+inset, render_h); if (im) { ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs