Home
last modified time | relevance | path

Searched refs:temporaryGrab (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xi/
H A Dungrdevb.c99 GrabPtr temporaryGrab; in ProcXUngrabDeviceButton() local
130 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 …]
H A Dungrdevk.c101 GrabPtr temporaryGrab; in ProcXUngrabDeviceKey() local
137 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 …]