Searched refs:fAllowOtherWM (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowwm.c117 Bool fAllowOtherWM; member in struct:_WMInfo
194 CheckAnotherWindowManager (Display *pDisplay, DWORD dwScreen, Bool fAllowOtherWM);
970 g_fAnotherWMRunning = CheckAnotherWindowManager (pProcArg->pDisplay, pProcArg->dwScreen, pProcArg->pWMInfo->fAllowOtherWM);
972 if (g_fAnotherWMRunning && !pProcArg->pWMInfo->fAllowOtherWM)
1019 if (pProcArg->pWMInfo->fAllowOtherWM && !XPending (pProcArg->pDisplay))
1193 pWMInfo->fAllowOtherWM = allowOtherWM;
1499 CheckAnotherWindowManager (Display *pDisplay, DWORD dwScreen, Bool fAllowOtherWM) argument
1519 SubstructureNotifyMask | ( !fAllowOtherWM ? ButtonPressMask : 0));

Completed in 3 milliseconds