ArchiveOrangemail archive

Git commits to xcb


xcb-commit.lists.freedesktop.org
(List home) (Recent threads) (85 other Freedesktop.org lists)

Subscription Options

  • RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
  • Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe address with "subscribe" in the subject line, or visit the list's homepage here.
  • Low traffic list: less than 3 messages per day
  • This list contains about 1,159 messages, beginning May 2005
  • 5 messages added yesterday
Report the Spam
This button sends a spam report to the moderator. Please use it sparingly. For other removal requests, read this.
Are you sure? yes no

src

Ad
(Jeremy Huddleston)1335073423Sun, 22 Apr 2012 05:43:43 +0000 (UTC)
src/xcb_util.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5f8f2ba1c4f9ac74c8f301dcca8566e296e37995
Author: Jeremy Huddleston 
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 

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_______________________________________________
xcb-commit mailing list

http://lists.freedesktop.org/mailman/listinfo...
Home | About | Privacy