Terminate any automatically launched back-end servers.

This commit is contained in:
David Reveman 2008-06-04 12:33:22 -04:00
parent 46d40a6599
commit 8a53e14edf

View file

@ -976,6 +976,8 @@ void AbortDDX(void)
if (dmxScreen->beDisplay) XCloseDisplay(dmxScreen->beDisplay);
dmxScreen->beDisplay = NULL;
}
dmxAbortDisplay ();
}
/** This function is called in Xserver/dix/main.c from \a main() when