From: Mikael Magnusson Date: Mon, 14 Jun 2004 12:25:28 +0000 (+0000) Subject: there was a typo here, but the code worked anyway. oh well. X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=35c5a62ca1845e028dec727aede156765ee2ab2d;p=chaz%2Fopenbox there was a typo here, but the code worked anyway. oh well. --- diff --git a/render/instance.c b/render/instance.c index ca584519..19579249 100644 --- a/render/instance.c +++ b/render/instance.c @@ -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) {