Searched refs:other_devices_mode (Results 1 – 9 of 9) sorted by relevance
142 .other_devices_mode = stuff->other_devices_mode, in ProcXGrabDeviceKey()
144 .other_devices_mode = stuff->other_devices_mode, in ProcXGrabDeviceButton()
156 param.other_devices_mode = stuff->paired_device_mode; in ProcXIPassiveGrabDevice()160 param.other_devices_mode = stuff->grab_mode; in ProcXIPassiveGrabDevice()
134 rc = GrabDevice(client, dev, stuff->other_devices_mode, in ProcXGrabDevice()
2215 if ((param->other_devices_mode != GrabModeSync) && in CheckGrabValues()2216 (param->other_devices_mode != GrabModeAsync) && in CheckGrabValues()2217 (param->other_devices_mode != XIGrabModeTouch)) { in CheckGrabValues()2218 client->errorValue = param->other_devices_mode; in CheckGrabValues()2270 param->other_devices_mode == GrabModeSync) in GrabButton()2326 param->other_devices_mode == GrabModeSync) in GrabKey()2369 param->other_devices_mode == GrabModeSync) in GrabWindow()
150 unsigned int other_devices_mode; member
169 param.other_devices_mode = GrabModeSync; in dix_check_grab_values()191 param.other_devices_mode = GrabModeAsync; in dix_check_grab_values()195 param.other_devices_mode = XIGrabModeTouch; in dix_check_grab_values()200 param.other_devices_mode = XIGrabModeTouch + 1; in dix_check_grab_values()203 assert(client.errorValue == param.other_devices_mode); in dix_check_grab_values()206 param.other_devices_mode = GrabModeSync; in dix_check_grab_values()
234 grab->pointerMode = param->other_devices_mode; in CreateGrab()642 param.other_devices_mode = grab->pointerMode; in DeletePassiveGrabFromList()
5522 .other_devices_mode = stuff->pointerMode, in ProcGrabKey()5630 .other_devices_mode = stuff->pointerMode, in ProcGrabButton()