Lines Matching refs:pScreenInfo
46 winGetWorkArea (RECT *prcWorkArea, winScreenInfo *pScreenInfo);
60 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
61 int iX = pScreenInfo->dwInitialX;
62 int iY = pScreenInfo->dwInitialY;
63 int iWidth = pScreenInfo->dwWidth;
64 int iHeight = pScreenInfo->dwHeight;
97 (int) pScreenInfo->dwScreen);
103 (int) pScreenInfo->dwScreen);
120 switch (pScreenInfo->dwEngine)
153 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
154 int iWidth = pScreenInfo->dwUserWidth;
155 int iHeight = pScreenInfo->dwUserHeight;
166 (int) pScreenInfo->dwUserWidth, (int) pScreenInfo->dwUserHeight);
168 (int) pScreenInfo->dwWidth, (int) pScreenInfo->dwHeight);
174 if (pScreenInfo->fDecoration
176 && !pScreenInfo->fMWExtWM
178 && !pScreenInfo->fRootless
180 && !pScreenInfo->fMultiWindow
195 if (pScreenInfo->iResizeMode != notAllowed)
219 winGetWorkArea (&rcWorkArea, pScreenInfo);
225 if (pScreenInfo->fUserGavePosition)
227 iPosX = pScreenInfo->dwInitialX;
228 iPosY = pScreenInfo->dwInitialY;
237 if ((!pScreenInfo->fDecoration
239 || pScreenInfo->fMWExtWM
241 || pScreenInfo->fRootless
243 || pScreenInfo->fMultiWindow
246 && (pScreenInfo->iResizeMode == resizeWithScrollbars))
249 pScreenInfo->iResizeMode = notAllowed;
253 if (pScreenInfo->fUserGaveHeightAndWidth)
262 if (pScreenInfo->fDecoration
264 && !pScreenInfo->fMWExtWM
266 && !pScreenInfo->fRootless
268 && !pScreenInfo->fMultiWindow
277 if (pScreenInfo->iResizeMode != notAllowed)
307 if (pScreenInfo->fMultipleMonitors)
317 && !pScreenInfo->fMWExtWM
320 && !pScreenInfo->fMultiWindow
346 (int) pScreenInfo->dwScreen);
352 (int) pScreenInfo->dwScreen);
399 if (!((pScreenInfo->iResizeMode == resizeWithScrollbars) && pScreenInfo->fUserGaveHeightAndWidth))
413 pScreenInfo->dwWidth = rcClient.right - rcClient.left;
414 pScreenInfo->dwHeight = rcClient.bottom - rcClient.top;
435 if (pScreenInfo->fScrollbars)
445 si.nMax = pScreenInfo->dwWidth - 1;
452 si.nMax = pScreenInfo->dwHeight - 1;
463 || pScreenInfo->fMWExtWM
466 || pScreenInfo->fMultiWindow
486 && !pScreenInfo->fMWExtWM
488 && !pScreenInfo->fRootless
490 && !pScreenInfo->fMultiWindow
504 if (pScreenInfo->dwEngine == WIN_SERVER_NATIVE_GDI)
519 winGetWorkArea (RECT *prcWorkArea, winScreenInfo *pScreenInfo)
530 if (!pScreenInfo->fMultipleMonitors)