Searched refs:pRootT (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | swaprep.c | 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() [all …]
|