all repos — openbox @ db9190fb340d0e5e4b2591e13cac5b9926c8798d

openbox fork - make it a bit more like ryudo

this is nothing but to add a commit message..

added support for

menu.border.width

!
Dana Jansens danakj@orodu.net
commit

db9190fb340d0e5e4b2591e13cac5b9926c8798d

parent

4845f271d9531aa718ee835b6a9645a67101261d

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tools/themetoxml/themetoxml.ctools/themetoxml/themetoxml.c

@@ -346,7 +346,7 @@ } else if (read_int(db, "border.width", &i)) {

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)) {