Lines Matching refs:pScreenPriv
333 winPrivScreenPtr pScreenPriv = NULL; in winMWExtWMWindowProc() local
349 pScreenPriv = winGetScreenPriv(pScreen); in winMWExtWMWindowProc()
350 if (pScreenPriv) in winMWExtWMWindowProc()
351 pScreenInfo = pScreenPriv->pScreenInfo; in winMWExtWMWindowProc()
352 if (pScreenPriv) in winMWExtWMWindowProc()
353 hwndScreen = pScreenPriv->hwndScreen; in winMWExtWMWindowProc()
360 winDebug("\tpScreenPriv %p\n", pScreenPriv); in winMWExtWMWindowProc()
438 if (pScreenPriv == NULL || pScreenInfo->fIgnoreInput) in winMWExtWMWindowProc()
467 KillTimer(pScreenPriv->hwndScreen, WIN_POLLING_MOUSE_TIMER_ID); in winMWExtWMWindowProc()
491 if (pScreenPriv == NULL || pScreenInfo->fIgnoreInput) in winMWExtWMWindowProc()
499 g_uipMousePollingTimerID = SetTimer(pScreenPriv->hwndScreen, in winMWExtWMWindowProc()
518 g_uipMousePollingTimerID = SetTimer(pScreenPriv->hwndScreen, in winMWExtWMWindowProc()
528 if (pScreenPriv == NULL || pScreenInfo->fIgnoreInput) in winMWExtWMWindowProc()
537 if (pScreenPriv == NULL || pScreenInfo->fIgnoreInput) in winMWExtWMWindowProc()
547 if (pScreenPriv == NULL || pScreenInfo->fIgnoreInput) in winMWExtWMWindowProc()
556 if (pScreenPriv == NULL || pScreenInfo->fIgnoreInput) in winMWExtWMWindowProc()
566 if (pScreenPriv == NULL || pScreenInfo->fIgnoreInput) in winMWExtWMWindowProc()
575 if (pScreenPriv == NULL || pScreenInfo->fIgnoreInput) in winMWExtWMWindowProc()
582 if (pScreenPriv == NULL || pScreenInfo->fIgnoreInput) in winMWExtWMWindowProc()
588 if (pScreenPriv == NULL || pScreenInfo->fIgnoreInput) in winMWExtWMWindowProc()
741 if (pRLWinPriv->fRestackingNow || pScreenPriv->fRestacking) { in winMWExtWMWindowProc()
1043 SetCursor(pScreenPriv->cursor.handle); in winMWExtWMWindowProc()