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