mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Xnest: Fix DestroyNotify handler
This partially reverts the unwanted changes that crept into
c13a48e74e
Reported-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Reviewed-by: Julien Cristau <jcristau@debian.org>
This commit is contained in:
@@ -198,8 +198,6 @@ xnestCollectEvents(void)
|
||||
case DestroyNotify:
|
||||
if (xnestParentWindow != (Window) 0 &&
|
||||
X.xdestroywindow.window == xnestParentWindow)
|
||||
CloseWellKnownConnections();
|
||||
OsCleanup(1);
|
||||
exit (0);
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user