[Xquartz-changes] xserver: Branch 'master'

Jeremy Huddleston jeremyhu at freedesktop.org
Thu Oct 20 14:33:07 PDT 2011


 hw/xnest/Events.c |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 0543e9ba8489da6f257cda8f402b6c12d40ec7b2
Author: Jeremy Huddleston <jeremyhu at apple.com>
Date:   Thu Oct 20 14:28:56 2011 -0700

    Fix DestroyNotify handler
    
    This partially reverts the unwanted changes that crept into
    c13a48e74ec89eafa9b529a87253a631ef02f2e2
    
    Reported-by: Julien Cristau <jcristau at debian.org>
    Signed-off-by: Jeremy Huddleston <jeremyhu at apple.com>
    Reviewed-by: Julien Cristau <jcristau at debian.org>

diff --git a/hw/xnest/Events.c b/hw/xnest/Events.c
index 2399313..619427d 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;
 


More information about the Xquartz-changes mailing list