Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/engines/software_x11


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/software_x11/evas_engine.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- evas_engine.c       2 Mar 2005 04:09:15 -0000       1.12
+++ evas_engine.c       2 Mar 2005 04:18:41 -0000       1.13
@@ -1058,9 +1058,10 @@
        if (dc)
          {
             RGBA_Image *im;
+            int inset;
             
             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(ow+inset, oh);
             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

Reply via email to