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