Commit Diff


commit - 141243821c3d637f32291019ae4651b9e32924ea
commit + 3151bc58b86650858ea5951092865124d3fabaa9
blob - b81b9099cd073c5d4da4489ff68467af6214cefa
blob + 671de1d58d0c12001bc58e37898bd2c8c6c3f7cb
--- src/libdraw/x11-init.c
+++ src/libdraw/x11-init.c
@@ -34,7 +34,12 @@ _initdisplay(void (*error)(Display*, char*), char *lab
 	 * 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);