]> Dogcows Code - chaz/openbox/blobdiff - render/instance.c
maybe this works then
[chaz/openbox] / render / instance.c
index ca5845192713019ea032846f83e17255fe06e9ff..386c87a3e5d7477356607c0b1524d659960cacd6 100644 (file)
@@ -1,6 +1,7 @@
 /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*-
 
    instance.c for the Openbox window manager
+   Copyright (c) 2006        Mikael Magnusson
    Copyright (c) 2003        Ben Jansens
 
    This program is free software; you can redistribute it and/or modify
@@ -115,7 +116,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.024701 seconds and 4 git commands to generate.