Lines Matching defs:pWin
15 winCreateWindowsWindow (WindowPtr pWin);
18 * If pWin is NULL, then the information for the root window is requested.
20 HWND winGetWindowInfo(WindowPtr pWin)
22 winDebug("%s: pWin=%p\n", __FUNCTION__, pWin);
25 if (pWin != NULL)
28 ScreenPtr pScreen = pWin->drawable.pScreen;
46 winWindowPriv(pWin);
56 winCreateWindowsWindow(pWin);
74 = (win32RootlessWindowPtr) RootlessFrameForWindow (pWin, FALSE);