Lines Matching refs:pRoot
1177 SwapWinRoot(xWindowRoot *pRoot, xWindowRoot *pRootT)
1179 cpswapl(pRoot->windowId, pRootT->windowId);
1180 cpswapl(pRoot->defaultColormap, pRootT->defaultColormap);
1181 cpswapl(pRoot->whitePixel, pRootT->whitePixel);
1182 cpswapl(pRoot->blackPixel, pRootT->blackPixel);
1183 cpswapl(pRoot->currentInputMask, pRootT->currentInputMask);
1184 cpswaps(pRoot->pixWidth, pRootT->pixWidth);
1185 cpswaps(pRoot->pixHeight, pRootT->pixHeight);
1186 cpswaps(pRoot->mmWidth, pRootT->mmWidth);
1187 cpswaps(pRoot->mmHeight, pRootT->mmHeight);
1188 cpswaps(pRoot->minInstalledMaps, pRootT->minInstalledMaps);
1189 cpswaps(pRoot->maxInstalledMaps, pRootT->maxInstalledMaps);
1190 cpswapl(pRoot->rootVisualID, pRootT->rootVisualID);
1191 pRootT->backingStore = pRoot->backingStore;
1192 pRootT->saveUnders = pRoot->saveUnders;
1193 pRootT->rootDepth = pRoot->rootDepth;
1194 pRootT->nDepths = pRoot->nDepths;