there was a typo here, but the code worked anyway. oh well.

This commit is contained in:
Mikael Magnusson 2004-06-14 12:25:28 +00:00
parent c6b505fd66
commit 35c5a62ca1

View file

@ -115,7 +115,7 @@ void RrTrueColorSetup (RrInstance *inst)
XFree(timage);
}
#define RrPseudoNcolors(isnt) (1 << (inst->pseudo_bpc * 3))
#define RrPseudoNcolors(inst) (1 << (inst->pseudo_bpc * 3))
void RrPseudoColorSetup (RrInstance *inst)
{