diff options
author | noname <noname@inventati.org> | 2014-04-27 15:39:53 +0400 |
---|---|---|
committer | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2014-04-28 18:49:05 +0200 |
commit | 9e3e8ce4661d31629f9d4862467b2fb21c628e38 (patch) | |
tree | b7a1df0eacf63bbda7f3e3934bc62225104bc5bc /config.def.h | |
parent | 0e439e5624113233525266c2a104792f2c33b7e3 (diff) | |
download | st-9e3e8ce4661d31629f9d4862467b2fb21c628e38.tar.gz st-9e3e8ce4661d31629f9d4862467b2fb21c628e38.zip |
Do not export chscale and cwscale.
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 4 |
1 files 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 | |||
@@ -10,8 +10,8 @@ static int borderpx = 2; | |||
10 | static char shell[] = "/bin/sh"; | 10 | static char shell[] = "/bin/sh"; |
11 | 11 | ||
12 | /* Kerning / character bounding-box mutlipliers */ | 12 | /* Kerning / character bounding-box mutlipliers */ |
13 | float cwscale = 1.0; | 13 | static float cwscale = 1.0; |
14 | float chscale = 1.0; | 14 | static float chscale = 1.0; |
15 | 15 | ||
16 | /* | 16 | /* |
17 | * word delimiter string | 17 | * word delimiter string |