On Fri, Dec 30, 2011 at 4:20 PM, Enlightenment SVN <[email protected]> wrote: > Log: > fix mouse out handler to out all objects mouse is in - right thing to > do.
I see some resizing issue in E17 where mouse out seems to be ignored or something like that. > Author: raster > Date: 2011-12-30 07:20:15 -0800 (Fri, 30 Dec 2011) > New Revision: 66699 > Trac: http://trac.enlightenment.org/e/changeset/66699 > > Modified: > trunk/evas/src/lib/canvas/evas_events.c > > Modified: trunk/evas/src/lib/canvas/evas_events.c > =================================================================== > --- trunk/evas/src/lib/canvas/evas_events.c 2011-12-30 15:17:13 UTC (rev > 66698) > +++ trunk/evas/src/lib/canvas/evas_events.c 2011-12-30 15:20:15 UTC (rev > 66699) > @@ -909,8 +909,7 @@ > ev.event_flags = e->default_event_flags; > > _evas_walk(e); > - /* if our mouse button is grabbed to any objects */ > - if ((0) && (e->pointer.mouse_grabbed != 0)) > + /* if our mouse button is inside any objects */ > { > /* go thru old list of in objects */ > Eina_List *l, *copy; > @@ -928,7 +927,7 @@ > if (!obj->delete_me) > { > if (e->events_frozen <= 0) > - evas_object_event_callback_call(obj, > EVAS_CALLBACK_MOUSE_OUT, &ev, event_id); > + evas_object_event_callback_call(obj, > EVAS_CALLBACK_MOUSE_OUT, &ev, event_id); > } > obj->mouse_grabbed = 0; > } > > > ------------------------------------------------------------------------------ > Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex > infrastructure or vast IT resources to deliver seamless, secure access to > virtual desktops. With this all-in-one solution, easily deploy virtual > desktops for less than the cost of PCs and save 60% on VDI infrastructure > costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox > _______________________________________________ > enlightenment-svn mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > -- Cedric BAIL ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
