From 0e6f75863fba490f202ee3a4738c3f23e048cf7c Mon Sep 17 00:00:00 2001 From: root Date: Wed, 13 Jul 2005 00:51:25 +0000 Subject: [PATCH] *** empty log message *** --- Changes | 3 +++ src/rxvttoolkit.C | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index c2c049bc..23caa29c 100644 --- a/Changes +++ b/Changes @@ -16,6 +16,9 @@ WISH: just for fun, do shade and tint with XRender. - implement some useful (hopefully) options for rxvtd. - seperate and improved rxvtc(1) and rxvtd(1) manpages. - empty enacs= specification caused problems, removed it. + - fix a bug that caused segfaults on startup on systems that do + not support local unix connections, e.g cygwin. (btw, I didn't + even know about the -rootless and -multiwindow Cygwin/X modes). 5.6 Sun Jun 26 22:11:13 CEST 2005 - R_SB_RXVT bitset value was 0, so rxvt scrollbar was initialised diff --git a/src/rxvttoolkit.C b/src/rxvttoolkit.C index a7e85051..bb3a5c26 100644 --- a/src/rxvttoolkit.C +++ b/src/rxvttoolkit.C @@ -152,7 +152,6 @@ bool rxvt_display::init () strcpy (val, "unix/"); strcat (val, id); display = XOpenDisplay (val); - printf ("OD %s => %p\n", val, display);//D free (val); } else @@ -161,7 +160,6 @@ bool rxvt_display::init () if (!display) display = XOpenDisplay (id); - printf ("O2 %s => %p\n", id, display);//D if (!display) return false; -- 2.34.1