use STACK
This commit is contained in:
parent
e418631bf3
commit
7fe619f766
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue