Lines Matching defs:s_pScreenInfo

64   static winScreenInfo		*s_pScreenInfo = NULL;
92 s_pScreenInfo = s_pScreenPriv->pScreenInfo;
93 s_pScreen = s_pScreenInfo->pScreen;
99 s_pScreenInfo = NULL;
127 s_pScreenInfo = s_pScreenPriv->pScreenInfo;
128 s_pScreen = s_pScreenInfo->pScreen;
134 if (!s_pScreenInfo->fNoTrayIcon)
160 if (s_pScreenInfo == NULL)
170 if (s_pScreenInfo->fFullScreen
171 && (s_pScreenInfo->dwEngine == WIN_SERVER_SHADOW_DD
172 || s_pScreenInfo->dwEngine == WIN_SERVER_SHADOW_DDNL
174 || s_pScreenInfo->dwEngine == WIN_SERVER_PRIMARY_DD
194 if (s_pScreenInfo->dwBPP != GetDeviceCaps (s_pScreenPriv->hdcScreen, BITSPIXEL))
196 if ((s_pScreenInfo->dwEngine == WIN_SERVER_SHADOW_DD
197 || s_pScreenInfo->dwEngine == WIN_SERVER_SHADOW_DDNL
199 || s_pScreenInfo->dwEngine == WIN_SERVER_PRIMARY_DD
239 if ((!s_pScreenInfo->fUserGaveHeightAndWidth) &&
240 (s_pScreenInfo->iResizeMode == resizeWithRandr) &&
243 || s_pScreenInfo->fMWExtWM
245 || s_pScreenInfo->fRootless
247 || s_pScreenInfo->fMultiWindow
253 if (s_pScreenInfo->fMultipleMonitors)
263 if (QueryMonitor(s_pScreenInfo->iMonitor, &data))
276 ErrorF ("Monitor number %d no longer exists!\n", s_pScreenInfo->iMonitor);
290 if ((s_pScreenInfo->dwWidth != dwWidth) ||
291 (s_pScreenInfo->dwHeight != dwHeight))
338 if ((s_pScreenInfo->iResizeMode == notAllowed)
339 || !s_pScreenInfo->fDecoration
341 || s_pScreenInfo->fMWExtWM
343 || s_pScreenInfo->fRootless
345 || s_pScreenInfo->fMultiWindow
347 || s_pScreenInfo->fFullScreen)
357 if (s_pScreenInfo->iResizeMode == resizeWithRandr)
394 if (iWidth < s_pScreenInfo->dwWidth
395 || iHeight < s_pScreenInfo->dwHeight)
406 si.nMax = s_pScreenInfo->dwWidth - 1;
414 si.nMax = s_pScreenInfo->dwHeight - 1;
427 s_pScreenInfo->dwXOffset = -si.nPos;
433 s_pScreenInfo->dwYOffset = -si.nPos;
444 if (s_pScreenInfo->iResizeMode == resizeWithRandr)
454 if ((s_pScreenInfo->dwWidth != dwWidth) ||
455 (s_pScreenInfo->dwHeight != dwHeight))
535 s_pScreenInfo->dwYOffset = -si.nPos;
620 s_pScreenInfo->dwXOffset = -si.nPos;
646 s_pScreenInfo);
650 if (s_pScreenInfo == NULL
651 || (s_pScreenInfo->iResizeMode != resizeWithScrollbars)
652 || s_pScreenInfo->fFullScreen
653 || !s_pScreenInfo->fDecoration
655 || s_pScreenInfo->fMWExtWM
657 || s_pScreenInfo->fRootless
659 || s_pScreenInfo->fMultiWindow
683 = s_pScreenInfo->dwWidth + iBorderWidth;
685 = s_pScreenInfo->dwHeight + iBorderHeight + iCaptionHeight;
707 || (s_pScreenInfo->fFullScreen && !s_pScreenPriv->fActive)
754 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
763 miPointerSetScreen (g_pwinPointer, s_pScreenInfo->dwScreen,
764 GET_X_LPARAM(lParam)-s_pScreenInfo->dwXOffset,
765 GET_Y_LPARAM(lParam)-s_pScreenInfo->dwYOffset);
787 if (g_fSoftwareCursor && g_fCursor && (s_pScreenPriv->fActive || s_pScreenInfo->fLessPointer))
794 && !s_pScreenInfo->fLessPointer)
802 winEnqueueMotion(GET_X_LPARAM(lParam)-s_pScreenInfo->dwXOffset,
803 GET_Y_LPARAM(lParam)-s_pScreenInfo->dwYOffset);
817 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
844 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
846 if (s_pScreenInfo->fRootless
848 || s_pScreenInfo->fMWExtWM
855 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
857 if (s_pScreenInfo->fRootless
859 || s_pScreenInfo->fMWExtWM
867 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
869 if (s_pScreenInfo->fRootless
871 || s_pScreenInfo->fMWExtWM
878 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
880 if (s_pScreenInfo->fRootless
882 || s_pScreenInfo->fMWExtWM
890 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
892 if (s_pScreenInfo->fRootless
894 || s_pScreenInfo->fMWExtWM
901 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
903 if (s_pScreenInfo->fRootless
905 || s_pScreenInfo->fMWExtWM
913 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
915 if (s_pScreenInfo->fRootless
917 || s_pScreenInfo->fMWExtWM
923 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
925 if (s_pScreenInfo->fRootless
927 || s_pScreenInfo->fMWExtWM
934 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
992 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
1001 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
1013 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
1025 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
1037 if ((s_pScreenInfo->fUseWinKillKey && wParam == VK_F4
1039 || (s_pScreenInfo->fUseUnixKillKey && wParam == VK_BACK
1101 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput)
1135 || s_pScreenInfo->fIgnoreInput)
1188 || s_pScreenInfo->fIgnoreInput)
1219 if (s_pScreenInfo->fInternalWM && s_pScreenInfo->fAnotherWMRunning)
1260 if (s_pScreenInfo->fMultiWindow)
1282 s_pScreenInfo->fAnotherWMRunning = FALSE;
1284 if (s_pScreenInfo->fInternalWM)
1293 s_pScreenInfo->fAnotherWMRunning = TRUE;
1295 if (s_pScreenInfo->fInternalWM)