Xorg: Add option to disable transparency (workaround for broken graphics stacks; issues 432, 435, 439)

git-svn-id: http://tint2.googlecode.com/svn/trunk@675 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
o9000
2015-01-30 10:01:39 +00:00
committed by mrovi9000@gmail.com
parent 45cc690167
commit 28d726626d
4 changed files with 25 additions and 11 deletions

View File

@@ -283,6 +283,9 @@ void add_entry (char *key, char *value)
else
panel_layer = NORMAL_LAYER;
}
else if (strcmp (key, "disable_transparency") == 0) {
server.disable_transparency = atoi (value);
}
/* Battery */
else if (strcmp (key, "battery_low_status") == 0) {