This commit is contained in:
rsc 2006-06-25 18:59:29 +00:00
parent 324891a557
commit 74dc60da74
75 changed files with 226 additions and 11641 deletions

View file

@ -43,7 +43,7 @@ unloadimage(Image *i, Rectangle r, uchar *data, int ndata)
BPLONG(a+17, r.min.y+dy);
if(flushimage(d, 0) < 0)
return -1;
n = _drawmsgread(d, data+ntot, ndata-ntot);
n = _displayrddraw(d, data+ntot, ndata-ntot);
if(n < 0)
return n;
ntot += n;