cedriccccccccccccccccccccccccccc!!!!!!!!!!!!!!!!!! Daniel Juyung Seo (SeoZ)
On Wed, Dec 4, 2013 at 1:04 AM, ChunEon Park <[email protected]> wrote: > hermet pushed a commit to branch master. > > > http://git.enlightenment.org/core/efl.git/commit/?id=a7c51c4d39cbdf2f0dea52ad09796f92ae6dcad5 > > commit a7c51c4d39cbdf2f0dea52ad09796f92ae6dcad5 > Author: ChunEon Park <[email protected]> > Date: Wed Dec 4 01:04:21 2013 +0900 > > evas/event - fix the inccorect event hit area. > > cedriccccccccccccccccccccccccccc!!!!!!!!!!!!!!!!!! > --- > src/lib/evas/canvas/evas_events.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/lib/evas/canvas/evas_events.c > b/src/lib/evas/canvas/evas_events.c > index a86d646..33f9930 100644 > --- a/src/lib/evas/canvas/evas_events.c > +++ b/src/lib/evas/canvas/evas_events.c > @@ -104,7 +104,7 @@ _evas_event_object_list_raw_in_get(Evas *eo_e, > Eina_List *in, > bounding_box.y <= y && > bounding_box.y + bounding_box.h >= y) || > (obj->cur->geometry.x <= x && > - obj->cur->geometry.y + obj->cur->geometry.w > >= x && > + obj->cur->geometry.x + obj->cur->geometry.w > >= x && > obj->cur->geometry.y <= y && > obj->cur->geometry.y + obj->cur->geometry.h > >= y)) > in = _evas_event_object_list_in_get > > -- > > > ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
