Dear developers,
I have fixed a bug in ecore x xi2 handler.

Currently, ecore mouse down/move/up event are made twice for a X touch event.
Among a couple of events, the first one is made by a X touch event and the 
other is made
by a button event whose flags has XIPointerEmulated flag.
The (latter) button event is made from the (former) X touch event whose flags 
has XITouchEmulatingPointer flag.
Basically, X touch events doesn't have XITouchEmulatingPointer flag in its 
flags when it doesn't make a
(XIPointerEmulated) button event.

Thus I correct ecore_x_xi2.c not to make a mouse down/move/up event when a X 
touch event has 
XITouchEmulatingPointer flag.

Please kindly review this. :)

Thanks and regards,
Sung-Jin Park

Attachment: ecore_x_xi2.c.patch
Description: Binary data

------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to