diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libdraw/x11-init.c | 5 |
1 files changed, 5 insertions, 0 deletions
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); |