Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dgrabs.c120 devGrab->fromPassiveGrab ? "passive" : "active", in PrintDeviceGrabInfo()
155 if (devGrab->fromPassiveGrab) { in PrintDeviceGrabInfo()
H A Devents.c1471 if (!mouse->touch || mouse->deviceGrab.fromPassiveGrab) in UpdateTouchesForGrab()
1544 grabinfo->fromPassiveGrab = isPassive; in ActivatePointerGrab()
1564 Bool wasPassive = mouse->deviceGrab.fromPassiveGrab; in DeactivatePointerGrab()
1565 Bool wasImplicit = (mouse->deviceGrab.fromPassiveGrab && in DeactivatePointerGrab()
1597 mouse->deviceGrab.fromPassiveGrab = FALSE; in DeactivatePointerGrab()
1656 grabinfo->fromPassiveGrab = passive; in ActivateKeyboardGrab()
1673 Bool wasImplicit = (keybd->deviceGrab.fromPassiveGrab && in DeactivateKeyboardGrab()
1680 keybd->deviceGrab.fromPassiveGrab = FALSE; in DeactivateKeyboardGrab()
2905 if (!dev->deviceGrab.fromPassiveGrab || in ActivateFocusInGrab()
2946 if (!dev->deviceGrab.fromPassiveGrab || in ActivateEnterGrab()
[all …]
H A Dtouch.c348 if (dev->deviceGrab.fromPassiveGrab && in TouchEndTouch()
881 if (dev->deviceGrab.grab && !dev->deviceGrab.fromPassiveGrab) in TouchSetupListeners()
/OK3568_Linux_fs/external/xserver/include/
H A Dinputstr.h490 Bool fromPassiveGrab; /* true if from passive grab */ member
/OK3568_Linux_fs/external/xserver/Xi/
H A Dexevents.c1440 dev->deviceGrab.fromPassiveGrab && GrabIsPointerGrab(grab)) { in DeliverTouchEmulatedEvent()
1561 if (emulate_pointer && dev->deviceGrab.grab && !dev->deviceGrab.fromPassiveGrab && in ProcessTouchEvent()
1778 if (grab && device->deviceGrab.fromPassiveGrab && in ProcessDeviceEvent()
1798 device->deviceGrab.fromPassiveGrab && in ProcessDeviceEvent()
1901 dev->deviceGrab.fromPassiveGrab && in DeliverTouchBeginEvent()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86DGA.c1059 if (keybd->deviceGrab.grab && !keybd->deviceGrab.fromPassiveGrab) { in DGAProcessKeyboardEvent()
1114 if (mouse->deviceGrab.grab && !mouse->deviceGrab.fromPassiveGrab) { in DGAProcessPointerEvent()
/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbEvents.c920 if (dev->deviceGrab.grab != NullGrab && dev->deviceGrab.fromPassiveGrab in XkbFilterEvents()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog56249 dev->deviceGrab.fromPassiveGrab &&