Lines Matching defs:s_pScreenInfo

63     static winScreenInfo *s_pScreenInfo = NULL;
88 s_pScreenInfo = s_pScreenPriv->pScreenInfo;
89 s_pScreen = s_pScreenInfo->pScreen;
94 s_pScreenInfo = NULL;
120 s_pScreenInfo = s_pScreenPriv->pScreenInfo;
121 s_pScreen = s_pScreenInfo->pScreen;
127 if (!s_pScreenInfo->fNoTrayIcon) {
152 if (s_pScreenInfo == NULL)
162 if (s_pScreenInfo->fFullScreen
163 && (s_pScreenInfo->dwEngine == WIN_SERVER_SHADOW_DDNL)) {
184 if (s_pScreenInfo->dwBPP !=
186 if (s_pScreenInfo->dwEngine == WIN_SERVER_SHADOW_DDNL) {
222 if ((!s_pScreenInfo->fUserGaveHeightAndWidth) &&
223 (s_pScreenInfo->iResizeMode == resizeWithRandr) && (s_pScreenInfo->
226 s_pScreenInfo->
231 if (s_pScreenInfo->fMultipleMonitors) {
240 if (QueryMonitor(s_pScreenInfo->iMonitor, &data)) {
250 s_pScreenInfo->iMonitor);
264 ((s_pScreenInfo->dwWidth != dwWidth) ||
265 (s_pScreenInfo->dwHeight != dwHeight))) {
307 if ((s_pScreenInfo->iResizeMode == resizeNotAllowed)
308 || !s_pScreenInfo->fDecoration
309 || s_pScreenInfo->fRootless
310 || s_pScreenInfo->fMultiWindow
311 || s_pScreenInfo->fFullScreen)
321 if (s_pScreenInfo->iResizeMode == resizeWithRandr) {
357 if (iWidth < s_pScreenInfo->dwWidth
358 || iHeight < s_pScreenInfo->dwHeight) {
368 si.nMax = s_pScreenInfo->dwWidth - 1;
376 si.nMax = s_pScreenInfo->dwHeight - 1;
389 s_pScreenInfo->dwXOffset = -si.nPos;
395 s_pScreenInfo->dwYOffset = -si.nPos;
400 if (s_pScreenInfo->iResizeMode == resizeWithRandr &&
413 if (s_pScreenInfo->iResizeMode == resizeWithRandr) {
422 if ((s_pScreenInfo->dwWidth != dwWidth) ||
423 (s_pScreenInfo->dwHeight != dwHeight)) {
500 s_pScreenInfo->dwYOffset = -si.nPos;
579 s_pScreenInfo->dwXOffset = -si.nPos;
600 s_pScreenInfo);
604 if (s_pScreenInfo == NULL
605 || (s_pScreenInfo->iResizeMode != resizeWithScrollbars)
606 || s_pScreenInfo->fFullScreen || !s_pScreenInfo->fDecoration
607 || s_pScreenInfo->fRootless
608 || s_pScreenInfo->fMultiWindow
630 pMinMaxInfo->ptMaxTrackSize.x = s_pScreenInfo->dwWidth + iBorderWidth;
632 = s_pScreenInfo->dwHeight + iBorderHeight + iCaptionHeight;
654 || (s_pScreenInfo->fFullScreen && !s_pScreenPriv->fActive)
699 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
708 miPointerSetScreen(g_pwinPointer, s_pScreenInfo->dwScreen,
709 GET_X_LPARAM(lParam) - s_pScreenInfo->dwXOffset,
710 GET_Y_LPARAM(lParam) - s_pScreenInfo->dwYOffset);
732 (s_pScreenPriv->fActive || s_pScreenInfo->fLessPointer)) {
738 && !s_pScreenInfo->fLessPointer) {
745 winEnqueueMotion(GET_X_LPARAM(lParam) - s_pScreenInfo->dwXOffset,
746 GET_Y_LPARAM(lParam) - s_pScreenInfo->dwYOffset);
760 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
785 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
787 if (s_pScreenInfo->fRootless)
792 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
794 if (s_pScreenInfo->fRootless)
800 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
802 if (s_pScreenInfo->fRootless)
807 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
809 if (s_pScreenInfo->fRootless)
815 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
817 if (s_pScreenInfo->fRootless)
822 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
824 if (s_pScreenInfo->fRootless)
830 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
832 if (s_pScreenInfo->fRootless)
837 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
839 if (s_pScreenInfo->fRootless)
845 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
907 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
918 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
929 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
941 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
953 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
965 if ((s_pScreenInfo->fUseWinKillKey && wParam == VK_F4
967 || (s_pScreenInfo->fUseUnixKillKey && wParam == VK_BACK
1026 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
1051 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
1099 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
1154 if (s_pScreenInfo->fMultiWindow)
1173 if ((message == s_uTaskbarRestart) && !s_pScreenInfo->fNoTrayIcon) {