summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2011-10-20 14:28:56 -0700
committerJeremy Huddleston <jeremyhu@apple.com>2011-10-21 00:32:03 -0700
commit8db554d2d830953de3c6d0cbf58e23d53d89009f (patch)
tree5f48ae30ee7b9c2ee33b1b785623df969fa1f320
parentff61592441916b83aeb778c74352bb5b26247f84 (diff)
Xnest: Fix DestroyNotify handler
This partially reverts the unwanted changes that crept into c13a48e74ec89eafa9b529a87253a631ef02f2e2 Reported-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by: Julien Cristau <jcristau@debian.org>
-rw-r--r--hw/xnest/Events.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xnest/Events.c b/hw/xnest/Events.c
index 2399313c6..619427ded 100644
--- a/hw/xnest/Events.c
+++ b/hw/xnest/Events.c
@@ -198,8 +198,6 @@ xnestCollectEvents(void)
case DestroyNotify:
if (xnestParentWindow != (Window) 0 &&
X.xdestroywindow.window == xnestParentWindow)
- CloseWellKnownConnections();
- OsCleanup(1);
exit (0);
break;