mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-01 05:38:02 +02:00
xfree86 DDX: Delete DDX screens in ddxGiveUp().
This allows video drivers to clean up in the FreeScreen hook things they set up in the PreInit hook.
This commit is contained in:
parent
b0c8558b9d
commit
a6381e6984
1 changed files with 3 additions and 0 deletions
|
|
@ -1119,6 +1119,9 @@ ddxGiveUp()
|
|||
DGAShutdown();
|
||||
#endif
|
||||
|
||||
while (xf86NumScreens)
|
||||
xf86DeleteScreen(xf86NumScreens - 1, 0);
|
||||
|
||||
xf86CloseConsole();
|
||||
|
||||
xf86CloseLog();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue