this is nothing but to add a commit message..

added support for

menu.border.width

!
This commit is contained in:
Dana Jansens 2007-05-11 22:49:48 +00:00
parent 4845f271d9
commit db9190fb34

View file

@ -346,7 +346,7 @@ int main(int argc, char **argv)
CONT3("dimensions", "window", "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));
if (read_color(db, "border.color", &i, &j, &k)) {