Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinwndproc.c669 || (s_pScreenInfo->fFullScreen && !s_pScreenPriv->fActive) in winWindowProc()
747 (s_pScreenPriv->fActive || s_pScreenInfo->fLessPointer)) { in winWindowProc()
752 else if (g_fSoftwareCursor && !g_fCursor && !s_pScreenPriv->fActive in winWindowProc()
1154 s_pScreenPriv->fActive = wParam; in winWindowProc()
1157 if (g_fSoftwareCursor && !s_pScreenPriv->fActive && !g_fCursor) { in winWindowProc()
1170 if (s_pScreenPriv->fActive) { in winWindowProc()
H A Dwinallpriv.c71 pScreenPriv->fActive = TRUE; in winAllocatePrivates()
H A Dwinshadgdi.c448 if ((!pScreenPriv->fActive && pScreenInfo->fFullScreen) in winShadowUpdateGDI()
579 pScreenPriv->fActive = FALSE; in winCloseScreenShadowGDI()
804 if (pScreenPriv->fActive && pScreenInfo->fFullScreen) { in winActivateAppShadowGDI()
811 else if (!pScreenPriv->fActive && pScreenInfo->fFullScreen) { in winActivateAppShadowGDI()
H A Dwinshadddnl.c535 if ((!pScreenPriv->fActive && pScreenInfo->fFullScreen) in winShadowUpdateDDNL()
669 pScreenPriv->fActive = FALSE; in winCloseScreenShadowDDNL()
969 && pScreenPriv->pddsPrimary4 != NULL && pScreenPriv->fActive) { in winActivateAppShadowDDNL()
H A Dwin.h422 Bool fActive; member