mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00: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:
@@ -1119,6 +1119,9 @@ ddxGiveUp()
|
||||
DGAShutdown();
|
||||
#endif
|
||||
|
||||
while (xf86NumScreens)
|
||||
xf86DeleteScreen(xf86NumScreens - 1, 0);
|
||||
|
||||
xf86CloseConsole();
|
||||
|
||||
xf86CloseLog();
|
||||
|
||||
Reference in New Issue
Block a user