Lines Matching defs:pScreenPriv

51     winPrivScreenPtr pScreenPriv;
67 pScreenPriv = winGetScreenPriv(pScreen);
74 pScreenPriv->pScreenInfo = pScreenInfo;
90 if (!(*pScreenPriv->pwinAdjustVideoMode) (pScreen)) {
142 if (!(*pScreenPriv->pwinCreateBoundingWindow) (pScreen)) {
148 hdc = GetDC(pScreenPriv->hwndScreen);
163 ReleaseDC(pScreenPriv->hwndScreen, hdc);
169 if (!((*pScreenPriv->pwinFinishScreenInit) (pScreen->myNum, pScreen, argc, argv))) {
173 pScreenPriv->pwinCloseScreen(pScreen);
210 result = pScreenPriv->pwinCreateScreenResources(pScreen);
215 pScreenPriv->pwinShadowUpdate, NULL, 0, 0)) {
228 winScreenInfo *pScreenInfo = pScreenPriv->pScreenInfo;
234 if (!(*pScreenPriv->pwinInitScreen) (pScreen)) {
246 pScreenInfo->dwDepth = winCountBits(pScreenPriv->dwRedMask)
247 + winCountBits(pScreenPriv->dwGreenMask)
248 + winCountBits(pScreenPriv->dwBlueMask);
251 (unsigned int) pScreenPriv->dwRedMask,
252 (unsigned int) pScreenPriv->dwGreenMask,
253 (unsigned int) pScreenPriv->dwBlueMask);
256 if (!(*pScreenPriv->pwinInitVisuals) (pScreen)) {
312 pScreenPriv->pRootVisual = pVisual;
364 pScreenPriv->pwinCreateScreenResources = pScreen->CreateScreenResources;
373 pScreenPriv->a = pScreen->a; \
376 pScreenPriv->a = NULL; \
406 pScreenPriv->a = pScreen->a; \
409 pScreenPriv->a = NULL; \
452 pScreenPriv->CloseScreen = pScreen->CloseScreen;
453 pScreen->CloseScreen = pScreenPriv->pwinCloseScreen;
456 iReturn = pthread_mutex_init(&pScreenPriv->pmServerStarted, NULL);
464 iReturn = pthread_mutex_lock(&pScreenPriv->pmServerStarted);
472 pScreenPriv->fServerStarted = FALSE;
481 if (!winInitWM(&pScreenPriv->pWMInfo,
482 &pScreenPriv->ptWMProc,
483 &pScreenPriv->ptXMsgProc,
484 &pScreenPriv->pmServerStarted,
486 (HWND) &pScreenPriv->hwndScreen,
494 pScreenPriv->fEnabled = TRUE;
497 pScreenPriv->fBadDepth = FALSE;