Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/canvas


Modified Files:
        evas_object_text.c 


Log Message:


also if text itself changes...

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/canvas/evas_object_text.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- evas_object_text.c  17 Jul 2003 10:35:13 -0000      1.15
+++ evas_object_text.c  18 Jul 2003 01:46:12 -0000      1.16
@@ -1291,7 +1291,10 @@
        if ((o->cur.size != o->prev.size) ||
            ((o->cur.font) && (o->prev.font) && (strcmp(o->cur.font, o->prev.font))) ||
            ((o->cur.font) && (!o->prev.font)) ||
-           ((!o->cur.font) && (o->prev.font)))
+           ((!o->cur.font) && (o->prev.font)) ||
+           ((o->cur.text) && (o->prev.text) && (strcmp(o->cur.text, o->prev.text))) ||
+           ((o->cur.text) && (!o->prev.text)) ||
+           ((!o->cur.text) && (o->prev.text)))
          {
             updates = evas_object_render_pre_prev_cur_add(updates, obj);
             goto done;




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to