Lines Matching refs:pRLWinPriv
331 win32RootlessWindowPtr pRLWinPriv = NULL; in winMWExtWMWindowProc() local
344 if ((pRLWinPriv = in winMWExtWMWindowProc()
346 pWin = pRLWinPriv->pFrame->win; in winMWExtWMWindowProc()
364 pRLWinPriv, message, (int)wParam, (int)lParam); in winMWExtWMWindowProc()
381 winDebug("winMWExtWMWindowProc - WM_CLOSE %d\n", pRLWinPriv->fClose); in winMWExtWMWindowProc()
384 if (pRLWinPriv->fClose) { in winMWExtWMWindowProc()
401 DeleteDC(pRLWinPriv->hdcShadow); in winMWExtWMWindowProc()
402 pRLWinPriv->hdcShadow = NULL; in winMWExtWMWindowProc()
405 DeleteObject(pRLWinPriv->hbmpShadow); in winMWExtWMWindowProc()
406 pRLWinPriv->hbmpShadow = NULL; in winMWExtWMWindowProc()
409 ReleaseDC(pRLWinPriv->hWnd, pRLWinPriv->hdcScreen); in winMWExtWMWindowProc()
410 pRLWinPriv->hdcScreen = NULL; in winMWExtWMWindowProc()
413 free(pRLWinPriv->pbmihShadow); in winMWExtWMWindowProc()
414 pRLWinPriv->pbmihShadow = NULL; in winMWExtWMWindowProc()
416 pRLWinPriv->fResized = FALSE; in winMWExtWMWindowProc()
417 pRLWinPriv->pfb = NULL; in winMWExtWMWindowProc()
418 free(pRLWinPriv); in winMWExtWMWindowProc()
702 pRLWinPriv->hdcShadow, in winMWExtWMWindowProc()
741 if (pRLWinPriv->fRestackingNow || pScreenPriv->fRestacking) { in winMWExtWMWindowProc()
744 pRLWinPriv); in winMWExtWMWindowProc()
751 pRLWinPriv, in winMWExtWMWindowProc()
767 if (pRLWinPriv->dwX == (short) LOWORD(lParam) in winMWExtWMWindowProc()
768 && pRLWinPriv->dwY == (short) HIWORD(lParam)) in winMWExtWMWindowProc()
791 if (!pRLWinPriv->fMovingOrSizing) { in winMWExtWMWindowProc()
807 winMWExtWMUpdateWindowDecoration(pRLWinPriv, pScreenInfo); in winMWExtWMWindowProc()
879 if (!pRLWinPriv->fMovingOrSizing in winMWExtWMWindowProc()
1012 if (!pRLWinPriv->fMovingOrSizing) { in winMWExtWMWindowProc()
1052 pRLWinPriv->fMovingOrSizing = TRUE; in winMWExtWMWindowProc()
1059 pRLWinPriv->fMovingOrSizing = FALSE; in winMWExtWMWindowProc()