efl/src/lib/ecore_x
Sung-Jin Park 01452373c7 From: Sung-Jin Park <sj76.park@samsung.com>
Subject: [E-devel] Bug fix : ecore x XI2 handler not to make button
event twice

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.



SVN revision: 82869
2013-01-16 09:03:55 +00:00
..
xcb ecore_x/xcb: fix use of uninitialized var + leak--. Fix #1786 2013-01-13 14:11:42 +00:00
xlib From: Sung-Jin Park <sj76.park@samsung.com> 2013-01-16 09:03:55 +00:00
Ecore_X.h efl/ecore_x: fix doxygen hierarchy. 2012-12-28 20:46:54 +00:00
Ecore_X_Atoms.h From: Gwanglim Lee <gl77.lee@samsung.com> 2012-12-05 06:48:46 +00:00
Ecore_X_Cursor.h merge: add escape ecore, fix several bugs 2012-12-02 22:35:45 +00:00
ecore_x_atoms_decl.h From: Gwanglim Lee <gl77.lee@samsung.com> 2012-12-05 06:48:46 +00:00
ecore_x_version.h.in efl/ecore_x: add version and backend to header file. 2012-12-08 15:26:27 +00:00