Lines Matching defs:pRLWinPriv

175       win32RootlessWindowPtr pRLWinPriv
178 if (pRLWinPriv->hWnd)
181 hiconOld = (HICON) SendMessage (pRLWinPriv->hWnd,
197 win32RootlessWindowPtr pRLWinPriv = NULL;
203 if ((pRLWinPriv = (win32RootlessWindowPtr)GetProp (hwnd, WIN_WINDOW_PROP)) != NULL)
205 pScreen = pRLWinPriv->pFrame->win->drawable.pScreen;
208 if (pRLWinPriv && pScreenInfo) winMWExtWMUpdateWindowDecoration (pRLWinPriv, pScreenInfo);
219 winMWExtWMUpdateWindowDecoration (win32RootlessWindowPtr pRLWinPriv,
231 GetWindowPlacement (pRLWinPriv->hWnd, &wndPlace);
235 if (!pRLWinPriv->pFrame->win->overrideRedirect)
247 if (IsWindowVisible (pRLWinPriv->hWnd))
254 (int)pRLWinPriv, fDecorate?"Decorate":"Bare");
257 dwExStyle = GetWindowLongPtr (pRLWinPriv->hWnd, GWL_EXSTYLE);
258 dwStyle = GetWindowLongPtr (pRLWinPriv->hWnd, GWL_STYLE);
273 pRLWinPriv->pFrame->x,
274 pRLWinPriv->pFrame->y,
275 pRLWinPriv->pFrame->x + pRLWinPriv->pFrame->width,
276 pRLWinPriv->pFrame->y + pRLWinPriv->pFrame->height);
295 iDx = pRLWinPriv->pFrame->x - rcNew.left;
296 iDy = pRLWinPriv->pFrame->y - rcNew.top;
305 SetWindowLongPtr (pRLWinPriv->hWnd, GWL_EXSTYLE, WS_EX_APPWINDOW);
308 SetWindowLongPtr (pRLWinPriv->hWnd, GWL_STYLE,
322 SetWindowPos (pRLWinPriv->hWnd, NULL,
328 wmMsg.hwndWindow = pRLWinPriv->hWnd;
329 wmMsg.iWindow = (Window)pRLWinPriv->pFrame->win->drawable.id;
333 winMWExtWMReshapeFrame ((RootlessFrameID)pRLWinPriv ,
334 wBoundingShape(pRLWinPriv->pFrame->win));
347 pRLWinPriv->pFrame->x,
348 pRLWinPriv->pFrame->y,
349 pRLWinPriv->pFrame->x + pRLWinPriv->pFrame->width,
350 pRLWinPriv->pFrame->y + pRLWinPriv->pFrame->height);
359 iDx = pRLWinPriv->pFrame->x - rcNew.left;
360 iDy = pRLWinPriv->pFrame->y - rcNew.top;
370 ShowWindow( pRLWinPriv->hWnd, SW_HIDE );
373 SetWindowLongPtr (pRLWinPriv->hWnd, GWL_EXSTYLE, WS_EX_TOOLWINDOW);
376 SetWindowLongPtr (pRLWinPriv->hWnd, GWL_STYLE,
380 SetWindowPos (pRLWinPriv->hWnd, NULL,
385 winMWExtWMReshapeFrame ((RootlessFrameID)pRLWinPriv ,
386 wBoundingShape(pRLWinPriv->pFrame->win));