this is nothing but to add a commit message..
added support for menu.border.width !
This commit is contained in:
parent
4845f271d9
commit
db9190fb34
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ int main(int argc, char **argv)
|
||||||
CONT3("dimensions", "window", "border", NUM(i));
|
CONT3("dimensions", "window", "border", NUM(i));
|
||||||
CONT3("dimensions", "menu", "border", NUM(i));
|
CONT3("dimensions", "menu", "border", NUM(i));
|
||||||
}
|
}
|
||||||
if (read_int(db, "menu.border.width", &i))
|
if (read_int(db, "menu.border.width", &i))
|
||||||
CONT3("dimensions", "menu", "border", NUM(i));
|
CONT3("dimensions", "menu", "border", NUM(i));
|
||||||
|
|
||||||
if (read_color(db, "border.color", &i, &j, &k)) {
|
if (read_color(db, "border.color", &i, &j, &k)) {
|
||||||
|
|
Loading…
Reference in a new issue