Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        setup.c 


Log Message:
Fix potential problems in multihead startup.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/setup.c,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -3 -r1.140 -r1.141
--- setup.c     25 Aug 2004 16:03:14 -0000      1.140
+++ setup.c     5 Sep 2004 20:02:31 -0000       1.141
@@ -23,6 +23,7 @@
 #include "E.h"
 #include <X11/keysym.h>
 #include <sys/time.h>
+#include <signal.h>
 
 void
 MapUnmap(int start)
@@ -179,6 +180,7 @@
             else
               {
                  /* We are a slave */
+                 close(ConnectionNumber(disp));
                  Mode.wm.master = 0;
                  VRoot.scr = i;
 #ifdef SIGSTOP




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to