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

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwindialogs.c229 int liveClients = 0; local in function:winDisplayExitDialog
234 liveClients++;
237 liveClients -= 2; /* multiwindow window manager & XMsgProc */
239 liveClients--; /* clipboard manager */
242 if (liveClients < 0)
243 liveClients = 0;
247 if ((pref.fSilentExit && liveClients <= 0) || pref.fForceExit) {
256 pScreenPriv->iConnectedClients = liveClients;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwindialogs.c253 int liveClients = 0; local in function:winDisplayExitDialog
258 liveClients++;
262 liveClients -= 2; /* multiwindow window manager & XMsgProc */
266 liveClients--; /* clipboard manager */
270 if (liveClients < 0)
271 liveClients = 0;
275 if ((pref.fSilentExit && liveClients <= 0) || pref.fForceExit)
286 pScreenPriv->iConnectedClients = liveClients;

Completed in 3 milliseconds