devdraw: screenid is BGLONG, not BGSHORT

This commit is contained in:
cinap_lenrek 2014-02-03 03:52:27 +01:00
parent bfee76e5d3
commit f556fd2437

View file

@ -1465,7 +1465,7 @@ drawmesg(Client *client, void *av, int n)
if(n < m) if(n < m)
error(Eshortdraw); error(Eshortdraw);
dstid = BGLONG(a+1); dstid = BGLONG(a+1);
scrnid = BGSHORT(a+5); scrnid = BGLONG(a+5);
refresh = a[9]; refresh = a[9];
chan = BGLONG(a+10); chan = BGLONG(a+10);
repl = a[14]; repl = a[14];