Lines Matching refs:pWinPriv
420 winPrivWinPtr pWinPriv = NULL;
461 pWinPriv = winGetWindowPriv(pWin);
464 s_pScreenPriv = pWinPriv->pScreenPriv;
502 ErrorF("pWinPriv %08X\n", pWinPriv);
580 if (pWinPriv->fWglUsed) {
931 if (pWinPriv->fXKilled) {
946 if (pWinPriv && !pWinPriv->fXKilled) {
1191 pWinPriv->hDwp = BeginDeferWindowPos(1);
1192 pWinPriv->hDwp =
1193 DeferWindowPos(pWinPriv->hDwp, hwnd, NULL, newWinRect.left,
1202 if (pWinPriv->hDwp) {
1203 EndDeferWindowPos(pWinPriv->hDwp);
1204 pWinPriv->hDwp = NULL;
1213 if (!GetProp(pWinPriv->hWnd, WIN_NEEDMANAGE_PROP)) {