Lines Matching refs:pScreenInfo
42 winGetWorkArea(RECT * prcWorkArea, winScreenInfo * pScreenInfo);
45 winAdjustForAutoHide(RECT * prcWorkArea, winScreenInfo * pScreenInfo);
55 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winCreateBoundingWindowFullScreen() local
56 int iX = pScreenInfo->dwInitialX; in winCreateBoundingWindowFullScreen()
57 int iY = pScreenInfo->dwInitialY; in winCreateBoundingWindowFullScreen()
58 int iWidth = pScreenInfo->dwWidth; in winCreateBoundingWindowFullScreen()
59 int iHeight = pScreenInfo->dwHeight; in winCreateBoundingWindowFullScreen()
94 g_pszQueryHost, display, (int) pScreenInfo->dwScreen); in winCreateBoundingWindowFullScreen()
98 WINDOW_TITLE, display, (int) pScreenInfo->dwScreen); in winCreateBoundingWindowFullScreen()
133 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo; in winCreateBoundingWindowWindowed() local
134 int iWidth = pScreenInfo->dwUserWidth; in winCreateBoundingWindowWindowed()
135 int iHeight = pScreenInfo->dwUserHeight; in winCreateBoundingWindowWindowed()
146 (int) pScreenInfo->dwUserWidth, (int) pScreenInfo->dwUserHeight); in winCreateBoundingWindowWindowed()
148 (int) pScreenInfo->dwWidth, (int) pScreenInfo->dwHeight); in winCreateBoundingWindowWindowed()
154 if (pScreenInfo->fDecoration in winCreateBoundingWindowWindowed()
156 && !pScreenInfo->fMWExtWM in winCreateBoundingWindowWindowed()
158 && !pScreenInfo->fRootless in winCreateBoundingWindowWindowed()
159 && !pScreenInfo->fMultiWindow in winCreateBoundingWindowWindowed()
172 if (pScreenInfo->iResizeMode != resizeNotAllowed) in winCreateBoundingWindowWindowed()
200 winGetWorkArea(&rcWorkArea, pScreenInfo); in winCreateBoundingWindowWindowed()
203 winAdjustForAutoHide(&rcWorkArea, pScreenInfo); in winCreateBoundingWindowWindowed()
206 if (pScreenInfo->fUserGavePosition) { in winCreateBoundingWindowWindowed()
207 iPosX = pScreenInfo->dwInitialX; in winCreateBoundingWindowWindowed()
208 iPosY = pScreenInfo->dwInitialY; in winCreateBoundingWindowWindowed()
216 if ((!pScreenInfo->fDecoration in winCreateBoundingWindowWindowed()
218 || pScreenInfo->fMWExtWM in winCreateBoundingWindowWindowed()
220 || pScreenInfo->fRootless in winCreateBoundingWindowWindowed()
221 || pScreenInfo->fMultiWindow in winCreateBoundingWindowWindowed()
223 && (pScreenInfo->iResizeMode == resizeWithScrollbars)) { in winCreateBoundingWindowWindowed()
225 pScreenInfo->iResizeMode = resizeNotAllowed; in winCreateBoundingWindowWindowed()
229 if (pScreenInfo->fUserGaveHeightAndWidth) { in winCreateBoundingWindowWindowed()
237 if (pScreenInfo->fDecoration in winCreateBoundingWindowWindowed()
239 && !pScreenInfo->fMWExtWM in winCreateBoundingWindowWindowed()
241 && !pScreenInfo->fRootless in winCreateBoundingWindowWindowed()
242 && !pScreenInfo->fMultiWindow in winCreateBoundingWindowWindowed()
250 if (pScreenInfo->iResizeMode != resizeNotAllowed) { in winCreateBoundingWindowWindowed()
279 if (pScreenInfo->fMultipleMonitors) { in winCreateBoundingWindowWindowed()
288 && !pScreenInfo->fMWExtWM in winCreateBoundingWindowWindowed()
290 && !pScreenInfo->fMultiWindow in winCreateBoundingWindowWindowed()
311 g_pszQueryHost, display, (int) pScreenInfo->dwScreen); in winCreateBoundingWindowWindowed()
315 WINDOW_TITLE, display, (int) pScreenInfo->dwScreen); in winCreateBoundingWindowWindowed()
360 ((pScreenInfo->iResizeMode == resizeWithScrollbars) && in winCreateBoundingWindowWindowed()
361 pScreenInfo->fUserGaveHeightAndWidth)) { in winCreateBoundingWindowWindowed()
374 pScreenInfo->dwWidth = rcClient.right - rcClient.left; in winCreateBoundingWindowWindowed()
375 pScreenInfo->dwHeight = rcClient.bottom - rcClient.top; in winCreateBoundingWindowWindowed()
396 if (pScreenInfo->fScrollbars) { in winCreateBoundingWindowWindowed()
405 si.nMax = pScreenInfo->dwWidth - 1; in winCreateBoundingWindowWindowed()
412 si.nMax = pScreenInfo->dwHeight - 1; in winCreateBoundingWindowWindowed()
423 || pScreenInfo->fMWExtWM in winCreateBoundingWindowWindowed()
425 || pScreenInfo->fMultiWindow in winCreateBoundingWindowWindowed()
440 && !pScreenInfo->fMWExtWM in winCreateBoundingWindowWindowed()
442 && !pScreenInfo->fRootless in winCreateBoundingWindowWindowed()
443 && !pScreenInfo->fMultiWindow in winCreateBoundingWindowWindowed()
462 winGetWorkArea(RECT * prcWorkArea, winScreenInfo * pScreenInfo) in winGetWorkArea() argument
470 if (!pScreenInfo->fMultipleMonitors) { in winGetWorkArea()
474 if (GetMonitorInfo(pScreenInfo->hMonitor, &mi)) { in winGetWorkArea()
478 pScreenInfo->iMonitor, in winGetWorkArea()
484 pScreenInfo->iMonitor); in winGetWorkArea()
543 winTaskbarOnScreenEdge(unsigned int uEdge, winScreenInfo * pScreenInfo) in winTaskbarOnScreenEdge() argument
558 if (pScreenInfo->fMultipleMonitors || in winTaskbarOnScreenEdge()
560 pScreenInfo->hMonitor)) in winTaskbarOnScreenEdge()
572 winAdjustForAutoHide(RECT * prcWorkArea, winScreenInfo * pScreenInfo) in winAdjustForAutoHide() argument
592 if (winTaskbarOnScreenEdge(ABE_TOP, pScreenInfo)) { in winAdjustForAutoHide()
598 if (winTaskbarOnScreenEdge(ABE_LEFT, pScreenInfo)) { in winAdjustForAutoHide()
604 if (winTaskbarOnScreenEdge(ABE_BOTTOM, pScreenInfo)) { in winAdjustForAutoHide()
610 if (winTaskbarOnScreenEdge(ABE_RIGHT, pScreenInfo)) { in winAdjustForAutoHide()