devdraw: screenid is BGLONG, not BGSHORT
This commit is contained in:
parent
bfee76e5d3
commit
f556fd2437
1 changed files with 1 additions and 1 deletions
|
@ -1465,7 +1465,7 @@ drawmesg(Client *client, void *av, int n)
|
|||
if(n < m)
|
||||
error(Eshortdraw);
|
||||
dstid = BGLONG(a+1);
|
||||
scrnid = BGSHORT(a+5);
|
||||
scrnid = BGLONG(a+5);
|
||||
refresh = a[9];
|
||||
chan = BGLONG(a+10);
|
||||
repl = a[14];
|
||||
|
|
Loading…
Reference in a new issue