On Thu, 29 Aug 2013 20:59:44 +0900 Kim Shinwoo <[email protected]> said:
self-resolved issue. yay! > i'm sorry.. the case (_canvas_event_feed_multi_up_internal(); could be > called even though evas->pointer.downs) is not invalid. please ignore > previous message. thank you. > > cordially, > shinwoo kim. > > > On Thu, Aug 29, 2013 at 7:15 PM, Kim Shinwoo <[email protected]> wrote: > > > dear all, hello. > > > > this message could be duplicated. anyhow.. > > > > is it possible to change as below? > > the _canvas_event_feed_multi_up_internal(); could be called event though > > evas->pointer.downs is equal to '1'. in this case, the multi_up is invalid. > > please let me know your opinion. thank you. > > > > > > diff --git a/src/lib/evas/canvas/evas_events.c > > b/src/lib/evas/canvas/evas_events.c > > index 513d0c4..66d5ae4 100644 > > --- a/src/lib/evas/canvas/evas_events.c > > +++ b/src/lib/evas/canvas/evas_events.c > > @@ -2350,7 +2350,7 @@ _canvas_event_feed_multi_up_internal(Evas *eo_e, > > void *_pd, > > int event_id = 0; > > > > INF("ButtonEvent:multi up time=%u x=%d y=%d device=%d downs=%d", > > timestamp, x, y, d, e->pointer.downs); > > - if (e->pointer.downs <= 0) return; > > + if (e->pointer.downs <= 1) return; > > e->pointer.downs--; > > if (e->is_frozen) return; > > e->last_timestamp = timestamp; > > > > > > cordially, > > shinwoo kim. > > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
