Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Devents.c3837 int emulated_type = 0; in CheckPassiveGrab() local
3862 emulated_type = TouchGetPointerEventType(event); in CheckPassiveGrab()
3863 match = MatchForType(grab, tempGrab, XI2, emulated_type); in CheckPassiveGrab()
3869 if (!match && emulated_type) in CheckPassiveGrab()
3870 match = MatchForType(grab, tempGrab, XI, emulated_type); in CheckPassiveGrab()
3874 if (!match && emulated_type) in CheckPassiveGrab()
3875 match = MatchForType(grab, tempGrab, CORE, emulated_type); in CheckPassiveGrab()