Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

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


Modified Files:
        evas_object_textblock.c 


Log Message:


move pow lut table to read only shared memory

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/canvas/evas_object_textblock.c,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -3 -r1.116 -r1.117
--- evas_object_textblock.c     28 Oct 2005 02:56:27 -0000      1.116
+++ evas_object_textblock.c     24 Nov 2005 04:40:14 -0000      1.117
@@ -4440,6 +4440,7 @@
        o->formatted.valid = 1;
        if (lines) _lines_clear(obj, lines);
        o->last_w = obj->cur.geometry.w;
+       o->redraw = 0;
        updates = evas_object_render_pre_prev_cur_add(updates, obj);
        o->changed = 0;
        is_v = evas_object_is_visible(obj);




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to