use STACK

This commit is contained in:
rsc 2005-12-29 22:11:35 +00:00
parent e418631bf3
commit 7fe619f766

View file

@ -257,7 +257,7 @@ new(Image *i, int hideit, int scrollit, int pid, char *dir, char *cmd, char **ar
hidden[nhidden++] = w; hidden[nhidden++] = w;
w->screenr = ZR; w->screenr = ZR;
} }
threadcreate(winctl, w, 8192); threadcreate(winctl, w, STACK);
if(!hideit) if(!hideit)
wcurrent(w); wcurrent(w);
flushimage(display, 1); flushimage(display, 1);