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:
committed by
mrovi9000@gmail.com
parent
45cc690167
commit
28d726626d
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user