From 3151bc58b86650858ea5951092865124d3fabaa9 Mon Sep 17 00:00:00 2001 From: rsc Date: Wed, 21 Apr 2004 22:46:21 +0000 Subject: why do things change? --- src/libdraw/x11-init.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/libdraw/x11-init.c b/src/libdraw/x11-init.c index b81b9099..671de1d5 100644 --- a/src/libdraw/x11-init.c +++ b/src/libdraw/x11-init.c @@ -34,7 +34,12 @@ _initdisplay(void (*error)(Display*, char*), char *label) * lot more than just the current program * if we don't do this. */ + /* + * Actually, I don't know what I changed but + * this appears not to be necessary anymore. + * I'll regret this probably. rfork(RFNOTEG); + */ memimageinit(); d = mallocz(sizeof(Display), 1); -- cgit v1.2.3