Lines Matching defs:pScreenPriv

92   winPrivScreenPtr	pScreenPriv;
109 pScreenPriv = winGetScreenPriv (pScreen);
116 pScreenPriv->pScreenInfo = pScreenInfo;
133 if (!(*pScreenPriv->pwinAdjustVideoMode) (pScreen))
189 if (!(*pScreenPriv->pwinCreateBoundingWindow) (pScreen))
197 hdc = GetDC (pScreenPriv->hwndScreen);
214 ReleaseDC (pScreenPriv->hwndScreen, hdc);
220 if (!((*pScreenPriv->pwinFinishScreenInit) (index, pScreen, argc, argv)))
254 result = pScreenPriv->pwinCreateScreenResources(pScreen);
259 pScreenPriv->pwinShadowUpdate, NULL, 0, 0))
275 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
283 if (!(*pScreenPriv->pwinInitScreen) (pScreen))
296 pScreenInfo->dwDepth = winCountBits (pScreenPriv->dwRedMask)
297 + winCountBits (pScreenPriv->dwGreenMask)
298 + winCountBits (pScreenPriv->dwBlueMask);
301 (unsigned int) pScreenPriv->dwRedMask,
302 (unsigned int) pScreenPriv->dwGreenMask,
303 (unsigned int) pScreenPriv->dwBlueMask);
306 if (!(*pScreenPriv->pwinInitVisuals) (pScreen))
372 pScreenPriv->pRootVisual = pVisual;
436 pScreenPriv->pwinCreateScreenResources = pScreen->CreateScreenResources;
464 pScreenPriv->a = pScreen->a; \
467 pScreenPriv->a = NULL; \
500 pScreenPriv->a = pScreen->a; \
503 pScreenPriv->a = NULL; \
540 pScreenPriv->CloseScreen = pScreen->CloseScreen;
541 pScreen->CloseScreen = pScreenPriv->pwinCloseScreen;
545 iReturn = pthread_mutex_init (&pScreenPriv->pmServerStarted, NULL);
554 iReturn = pthread_mutex_lock (&pScreenPriv->pmServerStarted);
563 pScreenPriv->fServerStarted = FALSE;
567 pScreenPriv->fRestacking = FALSE;
585 if (!winInitWM (&pScreenPriv->pWMInfo,
586 &pScreenPriv->ptWMProc,
587 &pScreenPriv->ptXMsgProc,
588 &pScreenPriv->pmServerStarted,
590 (HWND)&pScreenPriv->hwndScreen,
603 pScreenPriv->fEnabled = TRUE;
606 pScreenPriv->fBadDepth = FALSE;
634 pScreenPriv->hdcScreen = GetDC (pScreenPriv->hwndScreen);
635 if (pScreenPriv->hdcScreen == NULL)
639 if (!(*pScreenPriv->pwinInitVisuals) (pScreen))
750 pScreen->CloseScreen = pScreenPriv->pwinCloseScreen;
753 pScreenPriv->fEnabled = TRUE;