Searched refs:rootlessUnhittable (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/include/
H A Dwindowstr.h168 unsigned rootlessUnhittable:1; /* doesn't hit-test */ member in struct:_Window
/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A DrootlessWindow.c92 pWin->rootlessUnhittable = winRec->is_offscreen;
569 while (newPrevW && (WINREC(newPrevW) == NULL || !newPrevW->realized || newPrevW->rootlessUnhittable != pWin->rootlessUnhittable))
1368 pWin->rootlessUnhittable = FALSE;
1502 if (!include_unhitable && pWin->rootlessUnhittable) continue;
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dwindow.c299 pWin->rootlessUnhittable = FALSE;
H A Devents.c2578 && !pWin->rootlessUnhittable

Completed in 13 milliseconds