mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-03 10:30:19 +01:00
Don't sleep(1) at exit on any platform.
This commit is contained in:
parent
4c9cc82fc4
commit
2c01a49bf0
1 changed files with 0 additions and 4 deletions
|
|
@ -1307,10 +1307,6 @@ AbortDDX()
|
|||
/*
|
||||
* try to restore the original video state
|
||||
*/
|
||||
#if defined(HAS_USL_VTS) && !defined(linux)
|
||||
/* Need the sleep when starting X from within another X session */
|
||||
sleep(1);
|
||||
#endif
|
||||
#ifdef DPMSExtension /* Turn screens back on */
|
||||
if (DPMSPowerLevel != DPMSModeOn)
|
||||
DPMSSet(DPMSModeOn);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue