Home
last modified time | relevance | path

Searched refs:tempGrab (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xi/
H A Dxipassivegrab.c288 GrabPtr tempGrab; in ProcXIPassiveUngrabDevice() local
328 tempGrab = AllocGrab(NULL); in ProcXIPassiveUngrabDevice()
329 if (!tempGrab) in ProcXIPassiveUngrabDevice()
332 tempGrab->resource = client->clientAsMask; in ProcXIPassiveUngrabDevice()
333 tempGrab->device = dev; in ProcXIPassiveUngrabDevice()
334 tempGrab->window = win; in ProcXIPassiveUngrabDevice()
337 tempGrab->type = XI_ButtonPress; in ProcXIPassiveUngrabDevice()
340 tempGrab->type = XI_KeyPress; in ProcXIPassiveUngrabDevice()
343 tempGrab->type = XI_Enter; in ProcXIPassiveUngrabDevice()
346 tempGrab->type = XI_FocusIn; in ProcXIPassiveUngrabDevice()
[all …]
H A Dexevents.c2914 GrabPtr tempGrab; in CheckDeviceGrabAndHintWindow() local
2916 tempGrab = AllocGrab(NULL); in CheckDeviceGrabAndHintWindow()
2917 if (!tempGrab) in CheckDeviceGrabAndHintWindow()
2920 tempGrab->device = dev; in CheckDeviceGrabAndHintWindow()
2921 tempGrab->resource = client->clientAsMask; in CheckDeviceGrabAndHintWindow()
2922 tempGrab->window = pWin; in CheckDeviceGrabAndHintWindow()
2923 tempGrab->ownerEvents = in CheckDeviceGrabAndHintWindow()
2925 tempGrab->eventMask = deliveryMask; in CheckDeviceGrabAndHintWindow()
2926 tempGrab->keyboardMode = GrabModeAsync; in CheckDeviceGrabAndHintWindow()
2927 tempGrab->pointerMode = GrabModeAsync; in CheckDeviceGrabAndHintWindow()
[all …]
/OK3568_Linux_fs/external/xserver/dix/
H A Devents.c2038 GrabPtr tempGrab; in ActivateImplicitGrab() local
2052 tempGrab = AllocGrab(NULL); in ActivateImplicitGrab()
2053 if (!tempGrab) in ActivateImplicitGrab()
2055 tempGrab->next = NULL; in ActivateImplicitGrab()
2056 tempGrab->device = dev; in ActivateImplicitGrab()
2057 tempGrab->resource = client->clientAsMask; in ActivateImplicitGrab()
2058 tempGrab->window = win; in ActivateImplicitGrab()
2059 tempGrab->ownerEvents = (deliveryMask & OwnerGrabButtonMask) ? TRUE : FALSE; in ActivateImplicitGrab()
2060 tempGrab->eventMask = deliveryMask; in ActivateImplicitGrab()
2061 tempGrab->keyboardMode = GrabModeAsync; in ActivateImplicitGrab()
[all …]
/OK3568_Linux_fs/external/xserver/
H A DChangeLog80974 dix: compare the grab type, not the tempGrab type