Lines Matching defs:pWin
15 winCreateWindowsWindow(WindowPtr pWin);
19 * If pWin is NULL, then the information for the root window is requested.
22 winGetWindowInfo(WindowPtr pWin)
24 winTrace("%s: pWin %p XID 0x%x\n", __FUNCTION__, pWin, (unsigned int)pWin->drawable.id);
27 if (pWin != NULL) {
29 ScreenPtr pScreen = pWin->drawable.pScreen;
44 winWindowPriv(pWin);
52 winCreateWindowsWindow(pWin);