]> Dogcows Code - chaz/openbox/blobdiff - render/instance.c
patch from thorsten vollmer to fix bug #2506, interlaces and bevels not drawing correctly
[chaz/openbox] / 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.023922 seconds and 4 git commands to generate.