nooooooooooooo i've said to post pone evas commits until I merge evas :(
Vincent On Sat, Nov 3, 2012 at 2:20 PM, Enlightenment SVN <no-re...@enlightenment.org> wrote: > Log: > evas/object - no need to update events when source is invisible > > > > Author: hermet > Date: 2012-11-03 06:20:01 -0700 (Sat, 03 Nov 2012) > New Revision: 78881 > Trac: http://trac.enlightenment.org/e/changeset/78881 > > 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 2012-11-03 09:43:56 > UTC (rev 78880) > +++ trunk/evas/src/lib/canvas/evas_object_main.c 2012-11-03 13:20:01 > UTC (rev 78881) > @@ -814,7 +814,7 @@ > pass = evas_event_passes_through(eo_obj, obj); > freeze = evas_event_freezes_through(eo_obj, obj); > source_invisible = evas_object_is_source_invisible(eo_obj, obj); > - if ((!pass) && (!freeze)) > + if ((!pass) && (!freeze) && (!source_invisible)) > was = evas_object_is_in_output_rect(eo_obj, obj, > obj->layer->evas->pointer.x, > obj->layer->evas->pointer.y, > 1, 1); > > > ------------------------------------------------------------------------------ > LogMeIn Central: Instant, anywhere, Remote PC access and management. > Stay in control, update software, and manage PCs from one command center > Diagnose problems and improve visibility into emerging IT issues > Automate, monitor and manage. Do more in less time with Central > http://p.sf.net/sfu/logmein12331_d2d > _______________________________________________ > enlightenment-svn mailing list > enlightenment-...@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn ------------------------------------------------------------------------------ LogMeIn Central: Instant, anywhere, Remote PC access and management. Stay in control, update software, and manage PCs from one command center Diagnose problems and improve visibility into emerging IT issues Automate, monitor and manage. Do more in less time with Central http://p.sf.net/sfu/logmein12331_d2d _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel