Lines Matching refs:pWin

725     WindowPtr    pWin;
735 rc = dixLookupWindow(&pWin, stuff->id, client, DixWriteAccess);
739 if (!pWin)
751 pProp = wUserProps (pWin);
787 WindowPtr pWin;
796 rc = dixLookupWindow(&pWin, stuff->id, client, DixReadAccess);
800 if (!pWin)
813 pProp = wUserProps (pWin);
847 WindowPtr pWin;
872 rc = dixLookupWindow(&pWin, stuff->id, client, DixWriteAccess);
876 if (pWin)
878 tsolres = TsolWindowPrivate(pWin);
915 rc = dixLookupWindow(&pWin, stuff->id, client, DixReadAccess);
921 message.u.clientMessage.window = RootOf(pWin);
924 message.u.clientMessage.u.l.longs0 = RootOfClient(pWin);
926 DeliverEventsToWindow(PickPointer(client), pWin, &message, 1,
939 WindowPtr pWin;
971 rc = dixLookupWindow(&pWin, stuff->id, client, DixWriteAccess);
975 if (pWin)
977 tsolres = TsolWindowPrivate(pWin);
1022 WindowPtr pWin;
1034 rc = dixLookupWindow(&pWin, stuff->id, client, DixReadAccess);
1084 WindowPtr pWin;
1097 rc = dixLookupWindow(&pWin, stuff->id, client, DixReadAccess);
1156 WindowPtr pWin;
1173 rc = dixLookupWindow(&pWin, stuff->id, client, DixReadAccess);
1184 pProp = wUserProps (pWin);
1208 tsolres = TsolWindowPrivate(pWin);
1265 WindowPtr pWin;
1292 rc = dixLookupWindow(&pWin, stuff->id, client, DixReadAccess);
1296 tsolres = TsolWindowPrivate(pWin);
1359 WindowPtr pWin = NULL, pParent;
1390 rc = dixLookupWindow(&pWin, panres->info[j].id,
1396 if (!pWin || (!pWin->parent))
1402 pParent = pWin->parent;
1403 if (pParent->firstChild != pWin)
1406 ReflectStackChange(pWin, pParent->firstChild, VTStack);
1412 rc = dixLookupWindow(&pWin, stuff->id, client, DixWriteAccess);
1418 if (!pWin || (!pWin->parent))
1424 pParent = pWin->parent;
1425 if (pParent->firstChild != pWin)
1428 ReflectStackChange(pWin, pParent->firstChild, VTStack);
1432 tpwin = pWin;
1449 WindowPtr pWin;
1456 rc = dixLookupWindow(&pWin, stuff->id, client, DixWriteAccess);
1461 if (!pWin || (!pWin->parent))
1482 WindowPtr pWin;
1489 rc = dixLookupWindow(&pWin, stuff->id, client, DixWriteAccess);
1494 if (!pWin || (!pWin->parent))
1938 WindowPtr pWin = rec->pWin;
1949 if (WindowIsRoot(pWin) || XTSOLTrusted(pWin)) {
1955 tsolres = TsolWindowPrivate(pWin);
2132 WindowPtr pWin = rec->pWin;
2144 tsolres = TsolWindowPrivate(pWin);
2146 int polyprop = PolyProperty(propertyName, pWin);
2152 tsolres = TsolWindowPrivate(pWin);
2155 if (WindowIsRoot(pWin)) {
2219 tsolinfo->pname, pWin->drawable.id,