Searched refs:temporaryGrab (Results 1 – 2 of 2) sorted by relevance
99 GrabPtr temporaryGrab; in ProcXUngrabDeviceButton() local130 temporaryGrab = AllocGrab(NULL); in ProcXUngrabDeviceButton()131 if (!temporaryGrab) in ProcXUngrabDeviceButton()134 temporaryGrab->resource = client->clientAsMask; in ProcXUngrabDeviceButton()135 temporaryGrab->device = dev; in ProcXUngrabDeviceButton()136 temporaryGrab->window = pWin; in ProcXUngrabDeviceButton()137 temporaryGrab->type = DeviceButtonPress; in ProcXUngrabDeviceButton()138 temporaryGrab->grabtype = XI; in ProcXUngrabDeviceButton()139 temporaryGrab->modifierDevice = mdev; in ProcXUngrabDeviceButton()140 temporaryGrab->modifiersDetail.exact = stuff->modifiers; in ProcXUngrabDeviceButton()[all …]
101 GrabPtr temporaryGrab; in ProcXUngrabDeviceKey() local137 temporaryGrab = AllocGrab(NULL); in ProcXUngrabDeviceKey()138 if (!temporaryGrab) in ProcXUngrabDeviceKey()141 temporaryGrab->resource = client->clientAsMask; in ProcXUngrabDeviceKey()142 temporaryGrab->device = dev; in ProcXUngrabDeviceKey()143 temporaryGrab->window = pWin; in ProcXUngrabDeviceKey()144 temporaryGrab->type = DeviceKeyPress; in ProcXUngrabDeviceKey()145 temporaryGrab->grabtype = XI; in ProcXUngrabDeviceKey()146 temporaryGrab->modifierDevice = mdev; in ProcXUngrabDeviceKey()147 temporaryGrab->modifiersDetail.exact = stuff->modifiers; in ProcXUngrabDeviceKey()[all …]