ref: f556fd24378aa50136a8b52344a47881eb6a69eb
parent: bfee76e5d34e893f7af047e6cd4358f5f1fbf428
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Feb 2 22:52:27 EST 2014
devdraw: screenid is BGLONG, not BGSHORT
--- a/sys/src/9/port/devdraw.c
+++ b/sys/src/9/port/devdraw.c
@@ -1465,7 +1465,7 @@
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];
--
⑨