--- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index d69c9ba..646a88a 100644 --- a/config.def.h +++ b/config.def.h _AT_@ -10,8 +10,8 @@ static int borderpx = 2; static char shell[] = "/bin/sh"; /* Kerning / character bounding-box mutlipliers */ -float cwscale = 1.0; -float chscale = 1.0; +static float cwscale = 1.0; +static float chscale = 1.0; /* * word delimiter string -- 1.8.4Received on Sun Apr 27 2014 - 13:39:53 CEST
This archive was generated by hypermail 2.3.0 : Sun Apr 27 2014 - 13:48:20 CEST