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

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolprotocol.c458 if (tpwin) {
460 tpwin->drawable.id, XRT_WINDOW,
476 if (tpwin == NullWindow || pWin == NullWindow)
489 if (tpwin) {
490 rc = dixLookupWindow(&pWin, tpwin->drawable.id, client,
496 if (tpwin == NullWindow || pWin == NullWindow)
499 pParent = tpwin->parent;
501 if (!pParent || pParent->firstChild == tpwin)
504 ReflectStackChange(tpwin, pParent->firstChild, VTStack);
629 * Checks that tpwin
[all...]
H A Dtsol.h82 extern WindowPtr tpwin;
H A Dtsolextension.c395 if (tpwin && wClient(tpwin) == client)
396 tpwin = NULL; /* reset tpwin */
1405 tpwin = (WindowPtr)NULL;
1427 tpwin = (WindowPtr)NULL;
1432 tpwin = pWin;
1809 if ((OwnerUID == (uid_t)(-1)) || (tsolMultiLevel && tpwin == NULL)) {
H A Dtsolutils.c77 WindowPtr tpwin = NULL; /* only one trusted path window at a time */ variable

Completed in 30 milliseconds