[Xcb-commit] src

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Sat Apr 21 22:43:39 PDT 2012


 src/xcb_util.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5f8f2ba1c4f9ac74c8f301dcca8566e296e37995
Author: Jeremy Huddleston <jeremyhu at apple.com>
Date:   Sat Apr 21 22:42:51 2012 -0700

    xcb_connect: launchd: Don't fall back on tcp if $DISPLAY is a path to a launchd socket
    
    Signed-off-by: Jeremy Huddleston <jeremyhu at apple.com>

diff --git a/src/xcb_util.c b/src/xcb_util.c
index f17aa3c..45f66cb 100644
--- a/src/xcb_util.c
+++ b/src/xcb_util.c
@@ -175,7 +175,7 @@ static int _xcb_open(const char *host, char *protocol, const int display)
     if(strncmp(host, "/tmp/launch", 11) == 0) {
         base = host;
         host = "";
-        protocol = NULL;
+        protocol = "unix";
     }
 #endif
 


More information about the xcb-commit mailing list