HomeSort by: relevance | last modified time | path
    Searched defs:NullWindow (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/include/
window.h 67 #define NullWindow ((WindowPtr) 0)
  /xsrc/external/mit/xorg-server/dist/include/
window.h 66 #define NullWindow ((WindowPtr) 0)
  /xsrc/external/mit/xorg-server.old/dist/mi/
miwindow.c 307 (*pScreen->ValidateTree)(pLayerWin->parent, NullWindow, kind);
314 (*pScreen->PostValidateTree)(pLayerWin->parent, NullWindow, kind);
725 (*pScreen->ValidateTree)(pLayerWin->parent, NullWindow,
734 (*pScreen->PostValidateTree)(pLayerWin->parent, NullWindow,
mioverlay.c 975 (*pScreen->ValidateTree)(pWin->parent, NullWindow, kind);
989 (*pScreen->PostValidateTree)(pWin->parent, NullWindow, kind);
1535 (*pScreen->ValidateTree)(pWin->parent, NullWindow, VTOther);
1541 (*pScreen->PostValidateTree)(pWin->parent, NullWindow, VTOther);
  /xsrc/external/mit/xorg-server.old/dist/Xi/
exevents.c 818 device->valuator->motionHintWindow = NullWindow;
827 device->valuator->motionHintWindow = NullWindow;
839 device->valuator->motionHintWindow = NullWindow;
880 device->valuator->motionHintWindow = NullWindow;
1099 NullGrab, NullWindow, device);
1433 confineTo = NullWindow;
1617 dev->valuator->motionHintWindow = NullWindow;
1746 WindowPtr effectiveFocus = NullWindow; /* only set if dest==InputFocus */
1875 if (dev->focus && (pWin == dev->focus->win) && (pWin->parent != NullWindow)) {
1931 dev->valuator->motionHintWindow = NullWindow;
    [all...]
  /xsrc/external/mit/xorg-server/dist/Xi/
exevents.c 825 dev->valuator->motionHintWindow = NullWindow;
838 dev->valuator->motionHintWindow = NullWindow;
931 device->valuator->motionHintWindow = NullWindow;
941 device->valuator->motionHintWindow = NullWindow;
1490 WindowPtr focus = NullWindow;
1951 NullGrab, NullWindow, device);
2497 confineTo = NullWindow;
2653 mask, param, type, 0, NullWindow, NullCursor);
2711 dev->valuator->motionHintWindow = NullWindow;
2909 WindowPtr effectiveFocus = NullWindow; /* only set if dest==InputFocus *
    [all...]
  /xsrc/external/mit/xorg-server/dist/mi/
mioverlay.c 958 (*pScreen->ValidateTree) (pWin->parent, NullWindow, kind);
972 (*pScreen->PostValidateTree) (pWin->parent, NullWindow, kind);
1468 (*pScreen->ValidateTree) (pWin->parent, NullWindow, VTOther);
1471 (*pScreen->PostValidateTree) (pWin->parent, NullWindow,

Completed in 14 milliseconds