Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

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


Modified Files:
        evas_font_query.c 


Log Message:


cross-compile fix

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/engines/common/evas_font_query.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- evas_font_query.c   29 Apr 2004 03:44:39 -0000      1.12
+++ evas_font_query.c   20 May 2004 07:38:43 -0000      1.13
@@ -253,8 +253,8 @@
             chr_w += (chr_x - prev_chr_end);
             chr_x = prev_chr_end;
          }
-       if ((x >= chr_x) && (x < (chr_x + chr_w)) &&
-           (y >= -asc) && (y < desc))
+       if ((x >= chr_x) && (x <= (chr_x + chr_w)) &&
+           (y >= -asc) && (y <= desc))
          {
             if (cx) *cx = chr_x;
             if (cy) *cy = -asc;




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to