rio: use -scroll parameter from attach message

This commit is contained in:
cinap_lenrek 2011-10-13 06:18:57 +02:00
parent 97a86f2766
commit 205a39474c

View file

@ -161,6 +161,7 @@ xfidattach(Xfid *x)
err = Eunkid; err = Eunkid;
newlymade = FALSE; newlymade = FALSE;
hideit = 0; hideit = 0;
scrollit = scrolling;
if(x->aname[0] == 'N'){ /* N 100,100, 200, 200 - old syntax */ if(x->aname[0] == 'N'){ /* N 100,100, 200, 200 - old syntax */
n = x->aname+1; n = x->aname+1;
@ -189,7 +190,7 @@ xfidattach(Xfid *x)
border(i, r, Selborder, display->black, ZP); border(i, r, Selborder, display->black, ZP);
if(pid == 0) if(pid == 0)
pid = -1; /* make sure we don't pop a shell! - UGH */ pid = -1; /* make sure we don't pop a shell! - UGH */
w = new(i, hideit, scrolling, pid, nil, nil, nil); w = new(i, hideit, scrollit, pid, nil, nil, nil);
flushimage(display, 1); flushimage(display, 1);
newlymade = TRUE; newlymade = TRUE;
}else }else