Home
last modified time | relevance | path

Searched refs:PostSyntheticMotion (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dinput.h491 extern void PostSyntheticMotion(DeviceIntPtr pDev,
/OK3568_Linux_fs/external/xserver/dix/
H A Dgetevents.c2072 PostSyntheticMotion(DeviceIntPtr pDev, in PostSyntheticMotion() function
H A Devents.c498 PostSyntheticMotion(dev, x, y, screenno, in SyntheticMotion()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog131972 dix: fix uncredible fail in PostSyntheticMotion.
132893 dix: Fix PostSyntheticMotion to use a DeviceEvent for posting.
169224 dix/events: take screen number, not pointer, in PostSyntheticMotion
169225 Since we were using PostSyntheticMotion incorrectly anyway, update the
170817 Move PostSyntheticMotion prototype to input.h.
170921 to PostSyntheticMotion which can then dereference it when Xinerama is
170924 Also, define PostSyntheticMotion in dixevents.h and include dixevents.h in
171195 PostSyntheticMotion needs to be extern, not static, since it's in getevents.c