X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=render%2Finstance.c;h=195792498a3ccb9725437cb205fed073bd409512;hb=b287b126ccebe8f65b90cba8191b720fdb901d49;hp=ca5845192713019ea032846f83e17255fe06e9ff;hpb=740c5b2a20d5110435d0874f8cc6a4c9dfd14777;p=chaz%2Fopenbox 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) {