rio: return correct color chan after screen depth change
parent
ca58f1df17
commit
e1bb660ef2
|
@ -817,7 +817,7 @@ xfidread(Xfid *x)
|
||||||
caseImage:
|
caseImage:
|
||||||
if(off < 5*12){
|
if(off < 5*12){
|
||||||
n = sprint(buf, "%11s %11d %11d %11d %11d ",
|
n = sprint(buf, "%11s %11d %11d %11d %11d ",
|
||||||
chantostr(cbuf, screen->chan),
|
chantostr(cbuf, i->chan),
|
||||||
i->r.min.x, i->r.min.y, i->r.max.x, i->r.max.y);
|
i->r.min.x, i->r.min.y, i->r.max.x, i->r.max.y);
|
||||||
t = estrdup(buf);
|
t = estrdup(buf);
|
||||||
goto Text;
|
goto Text;
|
||||||
|
|
Loading…
Reference in New Issue