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:
parent
ff61592441
commit
8db554d2d8
|
@ -198,8 +198,6 @@ xnestCollectEvents(void)
|
||||||
case DestroyNotify:
|
case DestroyNotify:
|
||||||
if (xnestParentWindow != (Window) 0 &&
|
if (xnestParentWindow != (Window) 0 &&
|
||||||
X.xdestroywindow.window == xnestParentWindow)
|
X.xdestroywindow.window == xnestParentWindow)
|
||||||
CloseWellKnownConnections();
|
|
||||||
OsCleanup(1);
|
|
||||||
exit (0);
|
exit (0);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue