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:
hmm math just a little off
===================================================================
RCS file:
/cvsroot/enlightenment/e17/libs/evas/src/lib/engines/common/evas_font_query.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- evas_font_query.c 23 Jan 2004 02:13:42 -0000 1.11
+++ evas_font_query.c 29 Apr 2004 03:44:39 -0000 1.12
@@ -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