mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-21 21:30:04 +01:00
Terminate any automatically launched back-end servers.
This commit is contained in:
parent
46d40a6599
commit
8a53e14edf
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue