Home
last modified time | relevance | path

Searched refs:NullGrab (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Devents.c1337 DeliverDeviceEvents(w, (InternalEvent *) event, NullGrab, in ComputeFreezes()
1409 thisDev->deviceGrab.sync.other = NullGrab; in CheckGrabForSyncs()
1420 dev->deviceGrab.sync.other = NullGrab; in CheckGrabForSyncs()
1595 mouse->deviceGrab.grab = NullGrab; in DeactivatePointerGrab()
1601 dev->deviceGrab.sync.other = NullGrab; in DeactivatePointerGrab()
1678 keybd->deviceGrab.grab = NullGrab; in DeactivateKeyboardGrab()
1684 dev->deviceGrab.sync.other = NullGrab; in DeactivateKeyboardGrab()
1746 grabinfo->sync.other = NullGrab; in AllowSome()
1753 grabinfo->sync.other = NullGrab; in AllowSome()
1765 devgrabinfo->sync.other = NullGrab; in AllowSome()
[all …]
H A Denterleave.c772 DeviceStateNotifyMask, NullGrab); in DeliverStateNotifyEvent()
826 GetEventFilter(dev, (xEvent *) xi2event), NullGrab); in DeviceFocusEvent()
841 DeviceFocusChangeMask, NullGrab); in DeviceFocusEvent()
H A Ddispatch.c1680 (Mask) 0, NoEventMask, NullGrab); in SendGraphicsExpose()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dexevents.c1032 err = TryClientEvents(client, dev, xi2, 1, filter, filter, NullGrab); in DeliverOneTouchEvent()
1677 filter, NullGrab); in ProcessBarrierEvent()
1816 NullGrab, NullWindow, device); in ProcessDeviceEvent()
2699 if (DeliverEventsToWindow(d, pWin, ev, count, mask, NullGrab)) in SendEvent()
2710 DeliverEventsToWindow(d, pWin, ev, count, mask, NullGrab); in SendEvent()
3030 DeliverEventsToWindow(dev, p1, ev, count, mask, NullGrab); in FindInterestedChildren()
3052 DeliverEventsToWindow(dev, pWin, ev, count, mask, NullGrab); in SendEventToAllWindows()
/OK3568_Linux_fs/external/xserver/include/
H A Dinput.h101 #define NullGrab ((GrabPtr)NULL) macro
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland.c519 &e, 1, SubstructureRedirectMask, NullGrab); in send_surface_id_event()
/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbEvents.c920 if (dev->deviceGrab.grab != NullGrab && dev->deviceGrab.fromPassiveGrab in XkbFilterEvents()