| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | window.c | 481 pWin->prevSib = NullWindow; in SetWindowToDefaults() 482 pWin->firstChild = NullWindow; in SetWindowToDefaults() 483 pWin->lastChild = NullWindow; in SetWindowToDefaults() 592 pWin->parent = NullWindow; in CreateRootWindow() 614 pWin->nextSib = NullWindow; in CreateRootWindow() 753 return NullWindow; in RealChildHead() 781 return NullWindow; in CreateWindow() 786 return NullWindow; in CreateWindow() 791 return NullWindow; in CreateWindow() 820 return NullWindow; in CreateWindow() [all …]
|
| H A D | enterleave.c | 221 return NullWindow; in CommonAncestor() 1326 CoreFocusOutEvents(dev, A, NullWindow, mode, NotifyNonlinearVirtual); in CoreFocusToPointerRootOrNone() 1410 if (((to == NullWindow) || (to == PointerRootWin)) && in CoreFocusEvents() 1411 ((from == NullWindow) || (from == PointerRootWin))) in CoreFocusEvents() 1413 else if ((to == NullWindow) || (to == PointerRootWin)) in CoreFocusEvents() 1415 else if ((from == NullWindow) || (from == PointerRootWin)) in CoreFocusEvents() 1447 if ((to == NullWindow) || (to == PointerRootWin)) { in DeviceFocusEvents() 1448 if ((from == NullWindow) || (from == PointerRootWin)) { in DeviceFocusEvents() 1470 DeviceFocusOutEvents(dev, from, NullWindow, mode, in DeviceFocusEvents() 1484 if ((from == NullWindow) || (from == PointerRootWin)) { in DeviceFocusEvents() [all …]
|
| H A D | events.c | 634 (pWin == screenInfo.screens[0]->root) ? NullWindow : pWin; in XineramaConfineCursorToWindow() 793 confineTo : NullWindow; in CheckVirtualMotion() 1231 CheckVirtualMotion(pDev, qe, NullWindow); in PlayReleasedEvents() 1338 NullWindow, replayDev); in ComputeFreezes() 1538 mouse->valuator->motionHintWindow = NullWindow; in ActivatePointerGrab() 1594 mouse->valuator->motionHintWindow = NullWindow; in DeactivatePointerGrab() 1646 keybd->valuator->motionHintWindow = NullWindow; in ActivateKeyboardGrab() 1677 keybd->valuator->motionHintWindow = NullWindow; in DeactivateKeyboardGrab() 1692 focusWin = NullWindow; in DeactivateKeyboardGrab() 2063 tempGrab->confineTo = NullWindow; in ActivateImplicitGrab() [all …]
|
| H A D | main.c | 304 screenInfo.screens[i]->root = NullWindow; in dix_main()
|
| H A D | devices.c | 1353 valc->motionHintWindow = NullWindow; in InitValuatorClassDeviceStruct() 2374 dev->valuator->motionHintWindow = NullWindow; in MaybeStopHint()
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | exevents.c | 760 dev->valuator->motionHintWindow = NullWindow; in IncreaseButtonCount() 773 dev->valuator->motionHintWindow = NullWindow; in DecreaseButtonCount() 866 device->valuator->motionHintWindow = NullWindow; in UpdateDeviceState() 876 device->valuator->motionHintWindow = NullWindow; in UpdateDeviceState() 1422 WindowPtr focus = NullWindow; in DeliverTouchEmulatedEvent() 1816 NullGrab, NullWindow, device); in ProcessDeviceEvent() 2251 confineTo = NullWindow; in GrabButton() 2407 mask, param, XI_TouchBegin, 0, NullWindow, NullCursor); in GrabTouch() 2465 dev->valuator->motionHintWindow = NullWindow; in SelectForWindow() 2657 WindowPtr effectiveFocus = NullWindow; /* only set if dest==InputFocus */ in SendEvent() [all …]
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessValTree.c | 481 if (pChild == NullWindow) in RootlessMiValidateTree() 500 for (pWin = pChild; pWin != NullWindow; pWin = pWin->nextSib) { in RootlessMiValidateTree()
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Window.c | 63 wm.pWin = NullWindow; in xnestWindowPtr() 238 for (pSib = pWin; pSib->prevSib != NullWindow; pSib = pSib->prevSib); in xnestConfigureWindow() 247 for (pSib = pSib->nextSib; pSib != NullWindow; pSib = pSib->nextSib) { in xnestConfigureWindow()
|
| /OK3568_Linux_fs/external/xserver/composite/ |
| H A D | compoverlay.c | 171 cs->pOverlayWin = NullWindow; in compDestroyOverlayWindow()
|
| H A D | compwindow.c | 765 pChildBefore = NullWindow; in CompositeRealChildHead() 770 return NullWindow; in CompositeRealChildHead()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | window.h | 66 #define NullWindow ((WindowPtr) 0) macro
|
| H A D | windowstr.h | 214 #define HasSaverWindow(pScreen) (pScreen->screensaver.pWindow != NullWindow)
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | mivaltree.c | 571 if (pChild == NullWindow) in miValidateTree() 677 for (pWin = pChild; pWin != NullWindow; pWin = pWin->nextSib) { in miValidateTree()
|
| H A D | miwindow.c | 292 (*pScreen->ValidateTree) (pLayerWin->parent, NullWindow, kind); in miMoveWindow() 670 (*pScreen->ValidateTree) (pLayerWin->parent, NullWindow, in miSetShape()
|
| H A D | mioverlay.c | 958 (*pScreen->ValidateTree) (pWin->parent, NullWindow, kind); in miOverlayMoveWindow() 972 (*pScreen->PostValidateTree) (pWin->parent, NullWindow, kind); in miOverlayMoveWindow() 1468 (*pScreen->ValidateTree) (pWin->parent, NullWindow, VTOther); in miOverlaySetShape() 1471 (*pScreen->PostValidateTree) (pWin->parent, NullWindow, in miOverlaySetShape()
|
| H A D | miexpose.c | 366 DeliverEvents(pWin, pEvent, numRects, NullWindow); in miSendExposures()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxwindow.c | 257 pWinPriv->restacked = (pWindow->prevSib != NullWindow); in dmxCreateNonRootWindow() 697 if (pNextSib == NullWindow) { in dmxDoRestackWindow() 717 if (pNextSib == NullWindow) { in dmxDoRestackWindow()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | quartz.c | 305 DeliverEvents(pRoot, &e, 1, NullWindow); in QuartzUpdateScreens()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | saver.c | 476 pSaver->pWindow = NullWindow; in CreateSaverWindow() 572 pSaver->pWindow = NullWindow; in DestroySaverWindow()
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-input.c | 401 xwl_seat->last_xwindow = NullWindow; in pointer_handle_enter() 2564 xwl_seat->last_xwindow != NullWindow && in sprite_check_lost_focus()
|
| H A D | xwayland.c | 662 xwl_seat->last_xwindow = NullWindow; in xwl_unrealize_window()
|
| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | rrscreen.c | 88 DeliverEvents(pWin, &event, 1, NullWindow); in RRSendConfigNotify()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 68215 to the NullWindow if it is. The rest of the patch just attempts to make 81036 updated to the NullWindow anymore. Before it got updated unconditionally to
|