Home
last modified time | relevance | path

Searched refs:fIgnoreInput (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinwndproc.c714 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winWindowProc()
775 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winWindowProc()
800 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winWindowProc()
811 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winWindowProc()
823 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winWindowProc()
834 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winWindowProc()
846 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winWindowProc()
857 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winWindowProc()
869 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winWindowProc()
880 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winWindowProc()
[all …]
H A Dwinmultiwindowwndproc.c526 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winTopLevelWindowProc()
583 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winTopLevelWindowProc()
614 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winTopLevelWindowProc()
621 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winTopLevelWindowProc()
630 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winTopLevelWindowProc()
637 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winTopLevelWindowProc()
646 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winTopLevelWindowProc()
653 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winTopLevelWindowProc()
662 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winTopLevelWindowProc()
669 if (s_pScreenPriv == NULL || s_pScreenInfo->fIgnoreInput) in winTopLevelWindowProc()
[all …]
H A Dwinwin32rootlesswndproc.c438 if (pScreenPriv == NULL || pScreenInfo->fIgnoreInput) 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()
H A Dwinprocarg.c142 defaultScreenInfo.fIgnoreInput = FALSE; in winInitializeScreenDefaults()
718 screenInfoPtr->fIgnoreInput = TRUE; in ddxProcessArgument()
H A Dwin.h407 Bool fIgnoreInput; member