Lines Matching refs:pWinPriv
117 pWinPriv->hRgn = NULL;
118 pWinPriv->hWnd = NULL;
119 pWinPriv->pScreenPriv = winGetScreenPriv(pWin->drawable.pScreen);
120 pWinPriv->fXKilled = FALSE;
122 pWinPriv->fWglUsed = FALSE;
150 pWinPriv->fXKilled = TRUE;
176 HWND hWnd = pWinPriv->hWnd;
328 pWinPriv->fXKilled = TRUE;
359 pWinPriv->fXKilled = FALSE;
432 if (!pWinPriv || !pWinPriv->hWnd)
452 hWnd = GetNextWindow(pWinPriv->hWnd, GW_HWNDPREV);
472 SetWindowPos(pWinPriv->hWnd, hInsertAfter, 0, 0, 0, 0, uFlags);
588 pWinPriv->hWnd = hWnd;
632 if (pWinPriv->hWnd == NULL)
638 hIcon = (HICON) SendMessage(pWinPriv->hWnd, WM_GETICON, ICON_BIG, 0);
639 hIconSm = (HICON) SendMessage(pWinPriv->hWnd, WM_GETICON, ICON_SMALL, 0);
642 DestroyWindow(pWinPriv->hWnd);
645 pWinPriv->hWnd = NULL;
653 pWinPriv->fWglUsed = FALSE;
677 HWND hWnd = pWinPriv->hWnd;
688 assert(pWinPriv->hWnd != NULL);
693 ShowWindow(pWinPriv->hWnd, SW_SHOWNOACTIVATE);
696 UpdateWindow(pWinPriv->hWnd);
701 assert(pWinPriv->hWnd == NULL);