Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/canvas Modified Files: evas_object_textblock.c Log Message: - get the layout node for the position requested, not the current textblock position =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/canvas/evas_object_textblock.c,v retrieving revision 1.56 retrieving revision 1.57 diff -u -3 -r1.56 -r1.57 --- evas_object_textblock.c 18 Jun 2005 01:00:30 -0000 1.56 +++ evas_object_textblock.c 6 Jul 2005 01:00:41 -0000 1.57 @@ -2119,7 +2119,7 @@ MAGIC_CHECK_END(); if (o->format.dirty) evas_object_textblock_format_calc(obj); - lnode = evas_object_textblock_layout_node_pos_get(obj, o->pos, &ps); + lnode = evas_object_textblock_layout_node_pos_get(obj, pos, &ps); if (lnode) { int ret, x = 0, y = 0, w = 0, h = 0; ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs