Lines Matching refs:pointerMode
1548 CheckGrabForSyncs(mouse, (Bool) grab->pointerMode, in ActivatePointerGrab()
1659 (Bool) grab->pointerMode); in ActivateKeyboardGrab()
2062 tempGrab->pointerMode = GrabModeAsync; in ActivateImplicitGrab()
4914 rc = GrabDevice(client, device, stuff->pointerMode, stuff->keyboardMode, in ProcGrabPointer()
5115 tempGrab->pointerMode = pointer_mode; in GrabDevice()
5155 result = GrabDevice(client, keyboard, stuff->pointerMode, in ProcGrabKeyboard()
5522 .other_devices_mode = stuff->pointerMode, in ProcGrabKey()
5571 if ((stuff->pointerMode != GrabModeSync) && in ProcGrabButton()
5572 (stuff->pointerMode != GrabModeAsync)) { in ProcGrabButton()
5573 client->errorValue = stuff->pointerMode; in ProcGrabButton()
5619 if (stuff->pointerMode == GrabModeSync || in ProcGrabButton()
5630 .other_devices_mode = stuff->pointerMode, in ProcGrabButton()