Lines Matching refs:s_pScreenInfo
63 static winScreenInfo *s_pScreenInfo = NULL; in winWindowProc() local
88 s_pScreenInfo = s_pScreenPriv->pScreenInfo; in winWindowProc()
89 s_pScreen = s_pScreenInfo->pScreen; in winWindowProc()
94 s_pScreenInfo = NULL; in winWindowProc()
120 s_pScreenInfo = s_pScreenPriv->pScreenInfo; in winWindowProc()
121 s_pScreen = s_pScreenInfo->pScreen; in winWindowProc()
127 if (!s_pScreenInfo->fNoTrayIcon) { in winWindowProc()
152 if (s_pScreenInfo == NULL) in winWindowProc()
162 if (s_pScreenInfo->fFullScreen in winWindowProc()
163 && (s_pScreenInfo->dwEngine == WIN_SERVER_SHADOW_DDNL)) { in winWindowProc()
184 if (s_pScreenInfo->dwBPP != in winWindowProc()
186 if (s_pScreenInfo->dwEngine == WIN_SERVER_SHADOW_DDNL) { in winWindowProc()
222 if ((!s_pScreenInfo->fUserGaveHeightAndWidth) && in winWindowProc()
223 (s_pScreenInfo->iResizeMode == resizeWithRandr) && (FALSE in winWindowProc()
226 s_pScreenInfo-> in winWindowProc()
230 s_pScreenInfo-> in winWindowProc()
233 s_pScreenInfo-> in winWindowProc()
238 if (s_pScreenInfo->fMultipleMonitors) { in winWindowProc()
247 if (QueryMonitor(s_pScreenInfo->iMonitor, &data)) { in winWindowProc()
258 s_pScreenInfo->iMonitor); in winWindowProc()
273 ((s_pScreenInfo->dwWidth != dwWidth) || in winWindowProc()
274 (s_pScreenInfo->dwHeight != dwHeight))) { in winWindowProc()
316 if ((s_pScreenInfo->iResizeMode == resizeNotAllowed) in winWindowProc()
317 || !s_pScreenInfo->fDecoration in winWindowProc()
319 || s_pScreenInfo->fMWExtWM in winWindowProc()
321 || s_pScreenInfo->fRootless in winWindowProc()
322 || s_pScreenInfo->fMultiWindow in winWindowProc()
323 || s_pScreenInfo->fFullScreen) in winWindowProc()
333 if (s_pScreenInfo->iResizeMode == resizeWithRandr) { in winWindowProc()
369 if (iWidth < s_pScreenInfo->dwWidth in winWindowProc()
370 || iHeight < s_pScreenInfo->dwHeight) { in winWindowProc()
380 si.nMax = s_pScreenInfo->dwWidth - 1; in winWindowProc()
388 si.nMax = s_pScreenInfo->dwHeight - 1; in winWindowProc()
401 s_pScreenInfo->dwXOffset = -si.nPos; in winWindowProc()
407 s_pScreenInfo->dwYOffset = -si.nPos; in winWindowProc()
412 if (s_pScreenInfo->iResizeMode == resizeWithRandr && in winWindowProc()
425 if (s_pScreenInfo->iResizeMode == resizeWithRandr) { in winWindowProc()
434 if ((s_pScreenInfo->dwWidth != dwWidth) || in winWindowProc()
435 (s_pScreenInfo->dwHeight != dwHeight)) { in winWindowProc()
512 s_pScreenInfo->dwYOffset = -si.nPos; in winWindowProc()
591 s_pScreenInfo->dwXOffset = -si.nPos; in winWindowProc()
612 s_pScreenInfo); in winWindowProc()
616 if (s_pScreenInfo == NULL in winWindowProc()
617 || (s_pScreenInfo->iResizeMode != resizeWithScrollbars) in winWindowProc()
618 || s_pScreenInfo->fFullScreen || !s_pScreenInfo->fDecoration in winWindowProc()
620 || s_pScreenInfo->fMWExtWM in winWindowProc()
622 || s_pScreenInfo->fRootless in winWindowProc()
623 || s_pScreenInfo->fMultiWindow in winWindowProc()
645 pMinMaxInfo->ptMaxTrackSize.x = s_pScreenInfo->dwWidth + iBorderWidth; in winWindowProc()
647 = s_pScreenInfo->dwHeight + iBorderHeight + iCaptionHeight; in winWindowProc()
669 || (s_pScreenInfo->fFullScreen && !s_pScreenPriv->fActive) in winWindowProc()
714 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winWindowProc()
723 miPointerSetScreen(g_pwinPointer, s_pScreenInfo->dwScreen, in winWindowProc()
724 GET_X_LPARAM(lParam) - s_pScreenInfo->dwXOffset, in winWindowProc()
725 GET_Y_LPARAM(lParam) - s_pScreenInfo->dwYOffset); in winWindowProc()
747 (s_pScreenPriv->fActive || s_pScreenInfo->fLessPointer)) { in winWindowProc()
753 && !s_pScreenInfo->fLessPointer) { in winWindowProc()
760 winEnqueueMotion(GET_X_LPARAM(lParam) - s_pScreenInfo->dwXOffset, in winWindowProc()
761 GET_Y_LPARAM(lParam) - s_pScreenInfo->dwYOffset); in winWindowProc()
775 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winWindowProc()
800 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winWindowProc()
802 if (s_pScreenInfo->fRootless in winWindowProc()
804 || s_pScreenInfo->fMWExtWM in winWindowProc()
811 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winWindowProc()
813 if (s_pScreenInfo->fRootless in winWindowProc()
815 || s_pScreenInfo->fMWExtWM in winWindowProc()
823 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winWindowProc()
825 if (s_pScreenInfo->fRootless in winWindowProc()
827 || s_pScreenInfo->fMWExtWM in winWindowProc()
834 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winWindowProc()
836 if (s_pScreenInfo->fRootless in winWindowProc()
838 || s_pScreenInfo->fMWExtWM in winWindowProc()
846 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winWindowProc()
848 if (s_pScreenInfo->fRootless in winWindowProc()
850 || s_pScreenInfo->fMWExtWM in winWindowProc()
857 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winWindowProc()
859 if (s_pScreenInfo->fRootless in winWindowProc()
861 || s_pScreenInfo->fMWExtWM in winWindowProc()
869 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winWindowProc()
871 if (s_pScreenInfo->fRootless in winWindowProc()
873 || s_pScreenInfo->fMWExtWM in winWindowProc()
880 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winWindowProc()
882 if (s_pScreenInfo->fRootless in winWindowProc()
884 || s_pScreenInfo->fMWExtWM in winWindowProc()
892 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winWindowProc()
954 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winWindowProc()
965 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winWindowProc()
976 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winWindowProc()
988 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winWindowProc()
1000 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winWindowProc()
1012 if ((s_pScreenInfo->fUseWinKillKey && wParam == VK_F4 in winWindowProc()
1014 || (s_pScreenInfo->fUseUnixKillKey && wParam == VK_BACK in winWindowProc()
1073 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winWindowProc()
1098 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winWindowProc()
1146 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winWindowProc()
1172 if (s_pScreenInfo->fMWExtWM) in winWindowProc()
1212 if (s_pScreenInfo->fMultiWindow) in winWindowProc()