Lines Matching refs:pScreenInfo

334     winScreenInfo *pScreenInfo = NULL;  in winMWExtWMWindowProc()  local
351 pScreenInfo = pScreenPriv->pScreenInfo; in winMWExtWMWindowProc()
361 winDebug("\tpScreenInfo %p\n", pScreenInfo); in winMWExtWMWindowProc()
438 if (pScreenPriv == NULL || pScreenInfo->fIgnoreInput) in winMWExtWMWindowProc()
443 miPointerSetScreen(inputInfo.pointer, pScreenInfo->dwScreen, in winMWExtWMWindowProc()
444 ptMouse.x - pScreenInfo->dwXOffset, in winMWExtWMWindowProc()
445 ptMouse.y - pScreenInfo->dwYOffset); in winMWExtWMWindowProc()
472 winEnqueueMotion(ptMouse.x - pScreenInfo->dwXOffset, in winMWExtWMWindowProc()
473 ptMouse.y - pScreenInfo->dwYOffset); in winMWExtWMWindowProc()
491 if (pScreenPriv == NULL || pScreenInfo->fIgnoreInput) 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()
807 winMWExtWMUpdateWindowDecoration(pRLWinPriv, pScreenInfo); in winMWExtWMWindowProc()