there was a typo here, but the code worked anyway. oh well.
This commit is contained in:
parent
c6b505fd66
commit
35c5a62ca1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue