Lines Matching refs:pRoot
1055 SwapWinRoot(xWindowRoot * pRoot, xWindowRoot * pRootT)
1057 cpswapl(pRoot->windowId, pRootT->windowId);
1058 cpswapl(pRoot->defaultColormap, pRootT->defaultColormap);
1059 cpswapl(pRoot->whitePixel, pRootT->whitePixel);
1060 cpswapl(pRoot->blackPixel, pRootT->blackPixel);
1061 cpswapl(pRoot->currentInputMask, pRootT->currentInputMask);
1062 cpswaps(pRoot->pixWidth, pRootT->pixWidth);
1063 cpswaps(pRoot->pixHeight, pRootT->pixHeight);
1064 cpswaps(pRoot->mmWidth, pRootT->mmWidth);
1065 cpswaps(pRoot->mmHeight, pRootT->mmHeight);
1066 cpswaps(pRoot->minInstalledMaps, pRootT->minInstalledMaps);
1067 cpswaps(pRoot->maxInstalledMaps, pRootT->maxInstalledMaps);
1068 cpswapl(pRoot->rootVisualID, pRootT->rootVisualID);
1069 pRootT->backingStore = pRoot->backingStore;
1070 pRootT->saveUnders = pRoot->saveUnders;
1071 pRootT->rootDepth = pRoot->rootDepth;
1072 pRootT->nDepths = pRoot->nDepths;