Lines Matching defs:pRLWinPriv
395 win32RootlessWindowPtr pRLWinPriv;
412 pRLWinPriv = (win32RootlessWindowPtr) RootlessFrameForWindow (pWin, TRUE);
413 if (pRLWinPriv == 0) return BadWindow;
417 (int) pRLWinPriv->hWnd, (int) stuff->frame_style,
434 if (!SetWindowLongPtr (pRLWinPriv->hWnd, GWL_EXSTYLE, stuff->frame_style_ex))
440 if (!SetWindowLongPtr (pRLWinPriv->hWnd, GWL_STYLE, stuff->frame_style))
446 if (!SetWindowPos (pRLWinPriv->hWnd, NULL,
453 if (!IsWindowVisible(pRLWinPriv->hWnd))
458 ShowWindow (pRLWinPriv->hWnd, nCmdShow);
470 winMWExtWMReshapeFrame (pRLWinPriv, &newShape);
487 win32RootlessWindowPtr pRLWinPriv;
517 pRLWinPriv = (win32RootlessWindowPtr) RootlessFrameForWindow (pWin, FALSE);
519 if (pRLWinPriv == 0)
526 SetWindowText (pRLWinPriv->hWnd, title_bytes);