Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/include/
H A Dinputstr.h495 void (*ActivateGrab) (DeviceIntPtr /*device */ , member
/OK3568_Linux_fs/external/xserver/dix/
H A Ddevices.c286 dev->deviceGrab.ActivateGrab = ActivateKeyboardGrab; in AddInputDevice()
2744 pointer->deviceGrab.ActivateGrab = ActivatePointerGrab; in AllocDevicePair()
2771 keyboard->deviceGrab.ActivateGrab = ActivateKeyboardGrab; in AllocDevicePair()
H A Devents.c2075 (*dev->deviceGrab.ActivateGrab) (dev, tempGrab, in ActivateImplicitGrab()
3716 (*grabinfo->ActivateGrab) (device, grab, in ActivatePassiveGrab()
5126 (*grabInfo->ActivateGrab) (dev, tempGrab, time, FALSE); in GrabDevice()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-input.c1134 device->deviceGrab.ActivateGrab = xwl_keyboard_activate_grab; in setup_keyboard_grab_handler()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dexevents.c2931 (*dev->deviceGrab.ActivateGrab) (dev, tempGrab, currentTime, TRUE); in CheckDeviceGrabAndHintWindow()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog106503 ActivateGrab and DeactivateGrab are set in AddInputDevice() already.