Is this a real fix? This gets the LAST object and then walks
forward... I suppose this will just iterate once... :-/

On Thu, Nov 26, 2009 at 12:56 PM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
> Log:
>        * evas: Fix bug in evas_objects_in_rectangle_get.
>
> Author:       cedric
> Date:         2009-11-26 06:56:46 -0800 (Thu, 26 Nov 2009)
> New Revision: 43999
>
> Modified:
>  trunk/evas/src/lib/canvas/evas_object_main.c
>
> Modified: trunk/evas/src/lib/canvas/evas_object_main.c
> ===================================================================
> --- trunk/evas/src/lib/canvas/evas_object_main.c        2009-11-26 13:05:53 
> UTC (rev 43998)
> +++ trunk/evas/src/lib/canvas/evas_object_main.c        2009-11-26 14:56:46 
> UTC (rev 43999)
> @@ -1612,7 +1612,7 @@
>      {
>        Evas_Object *obj;
>
> -       EINA_INLIST_REVERSE_FOREACH(get_layer_objects_last(lay), obj)
> +       EINA_INLIST_FOREACH(get_layer_objects_last(lay), obj)
>          {
>             if (obj->delete_me) continue;
>             if ((!include_pass_events_objects) && 
> (evas_event_passes_through(obj))) continue;
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>



-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to