use STACK
This commit is contained in:
parent
e418631bf3
commit
7fe619f766
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user