summary refs log tree commit diff stats
path: root/src/common/cfgfiles.c
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-10-29 13:25:33 +0200
committerBerke Viktor <berkeviktor@aol.com>2011-10-29 13:25:33 +0200
commit24e2da5c7943b347aa8c75e26c814f4421e34881 (patch)
tree951e0c39830c4a9394a9564ce785a4c7a37f941c /src/common/cfgfiles.c
parentfa30087c783bd85ce8b3312d3438576b4db97b68 (diff)
re-enable transparent backgrounds
Diffstat (limited to 'src/common/cfgfiles.c')
-rw-r--r--src/common/cfgfiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c
index 7948fe2c..c3dcb347 100644
--- a/src/common/cfgfiles.c
+++ b/src/common/cfgfiles.c
@@ -575,7 +575,7 @@ const struct prefs vars[] = {
 	{"text_tint_blue", P_OFFINT (tint_blue), TYPE_INT},
 	{"text_tint_green", P_OFFINT (tint_green), TYPE_INT},
 	{"text_tint_red", P_OFFINT (tint_red), TYPE_INT},
-	/* {"text_transparent", P_OFFINT (transparent), TYPE_BOOL}, */
+	{"text_transparent", P_OFFINT (transparent), TYPE_BOOL},
 	{"text_wordwrap", P_OFFINT (wordwrap), TYPE_BOOL},
 
 	{0, 0, 0},