Lines Matching refs:s_pScreen

64     static ScreenPtr s_pScreen = NULL;  in winWindowProc()  local
89 s_pScreen = s_pScreenInfo->pScreen; in winWindowProc()
95 s_pScreen = NULL; in winWindowProc()
121 s_pScreen = s_pScreenInfo->pScreen; in winWindowProc()
275 winDoRandRScreenSetSize(s_pScreen, in winWindowProc()
295 (*s_pScreenPriv->pwinReleasePrimarySurface) (s_pScreen); in winWindowProc()
299 (*s_pScreenPriv->pwinCreatePrimarySurface) (s_pScreen); in winWindowProc()
437 winDoRandRScreenSetSize(s_pScreen, in winWindowProc()
680 (*s_pScreenPriv->pwinBltExposedRegions) (s_pScreen); in winWindowProc()
700 (*s_pScreenPriv->pwinRedrawScreen) (s_pScreen); in winWindowProc()
705 (*s_pScreenPriv->pwinRealizeInstalledPalette) (s_pScreen); in winWindowProc()
708 (*s_pScreenPriv->pwinRedrawScreen) (s_pScreen); in winWindowProc()
722 if (s_pScreen != miPointerGetScreen(g_pwinPointer)) in winWindowProc()
808 return winMouseButtonsHandle(s_pScreen, ButtonPress, Button1, wParam); in winWindowProc()
819 return winMouseButtonsHandle(s_pScreen, ButtonRelease, Button1, wParam); in winWindowProc()
831 return winMouseButtonsHandle(s_pScreen, ButtonPress, Button2, wParam); in winWindowProc()
842 return winMouseButtonsHandle(s_pScreen, ButtonRelease, Button2, wParam); in winWindowProc()
854 return winMouseButtonsHandle(s_pScreen, ButtonPress, Button3, wParam); in winWindowProc()
865 return winMouseButtonsHandle(s_pScreen, ButtonRelease, Button3, wParam); in winWindowProc()
877 return winMouseButtonsHandle(s_pScreen, ButtonPress, HIWORD(wParam) + 7, in winWindowProc()
888 return winMouseButtonsHandle(s_pScreen, ButtonRelease, in winWindowProc()
1167 (*s_pScreenPriv->pwinActivateApp) (s_pScreen); in winWindowProc()
1173 winMWExtWMRestackWindows(s_pScreen); in winWindowProc()