On Fri, 30 Dec 2011 16:40:42 +0100 Cedric BAIL <cedric.b...@free.fr> said:
> On Fri, Dec 30, 2011 at 4:20 PM, Enlightenment SVN > <no-re...@enlightenment.org> 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. yeah. it's fix 1 bug, create a onther. e17 has some really old crusty code where it does weird things with border events. fixed now. :) > > 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 > > enlightenment-...@lists.sourceforge.net > > 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 > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) ras...@rasterman.com ------------------------------------------------------------------------------ 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 enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel