Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/etox

Dir     : e17/libs/etox/src


Modified Files:
        etox_line.c 


Log Message:
Fix for wrapping center or right aligned text.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/src/etox_line.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -3 -r1.38 -r1.39
--- etox_line.c 10 Jul 2004 19:22:11 -0000      1.38
+++ etox_line.c 19 Jul 2004 05:19:32 -0000      1.39
@@ -209,8 +209,7 @@
                x = line->et->x + (line->et->w / 2) - (line->w / 2);
        }
 
-       if ((line->et->context->flags & ETOX_SOFT_WRAP) &&
-                       (line->x < line->et->x))
+       if ((line->et->flags & ETOX_SOFT_WRAP) && (x < line->et->x))
                x = line->et->x;
 
        /*




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to