mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
why do things change?
This commit is contained in:
parent
141243821c
commit
3151bc58b8
1 changed files with 5 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue