diff options
| author | rsc <devnull@localhost> | 2004-04-21 22:46:21 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-04-21 22:46:21 +0000 |
| commit | 3151bc58b86650858ea5951092865124d3fabaa9 (patch) | |
| tree | f7dc1fd18e42c2994ae6248f52df576c82acb99e /src | |
| parent | 141243821c3d637f32291019ae4651b9e32924ea (diff) | |
| download | plan9port-3151bc58b86650858ea5951092865124d3fabaa9.tar.gz plan9port-3151bc58b86650858ea5951092865124d3fabaa9.zip | |
why do things change?
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); |
