Home
last modified time | relevance | path

Searched refs:fRestacking (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinwin32rootlesswindow.c59 pScreenPriv->fRestacking = TRUE;
96 pScreenPriv->fRestacking = FALSE;
363 pScreenPriv->fRestacking = TRUE; in winMWExtWMRestackWindows()
419 pScreenPriv->fRestacking = FALSE; in winMWExtWMRestackWindows()
H A Dwinmultiwindowwindow.c754 static Bool fRestacking = FALSE; /* Avoid recusive calls to this function */ in winReorderWindowsMultiWindow() local
762 if (fRestacking) { in winReorderWindowsMultiWindow()
770 fRestacking = TRUE; in winReorderWindowsMultiWindow()
799 fRestacking = FALSE; in winReorderWindowsMultiWindow()
H A Dwinscrinit.c523 pScreenPriv->fRestacking = FALSE; in winFinishScreenInitFB()
H A Dwin.h470 Bool fRestacking; member
H A Dwinwin32rootlesswndproc.c741 if (pRLWinPriv->fRestackingNow || pScreenPriv->fRestacking) { in winMWExtWMWindowProc()
H A Dwinwin32rootless.c525 if (pScreenPriv && pScreenPriv->fRestacking) in winMWExtWMRestackFrame()