]> Dogcows Code - chaz/openbox/commitdiff
there was a typo here, but the code worked anyway. oh well.
authorMikael Magnusson <mikachu@comhem.se>
Mon, 14 Jun 2004 12:25:28 +0000 (12:25 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Mon, 14 Jun 2004 12:25:28 +0000 (12:25 +0000)
render/instance.c

index ca5845192713019ea032846f83e17255fe06e9ff..195792498a3ccb9725437cb205fed073bd409512 100644 (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)
 {
This page took 0.023765 seconds and 4 git commands to generate.