summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-05 16:05:22 +0000
committerDana Jansens <danakj@orodu.net>2007-06-05 16:05:22 +0000
commitad22b4db81e36f4c1eaa130674aa48859b393b29 (patch)
tree96ff6abbc02785ed22c331e029ad0b7e2bdbaa6e /tools
parent8349e4ca6ba679a6a43cd56a282502eacafc580d (diff)
border, not borderwidth.
add osd.border stuff to themetoxml
Diffstat (limited to 'tools')
-rw-r--r--tools/themetoxml/themetoxml.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/themetoxml/themetoxml.c b/tools/themetoxml/themetoxml.c
index 5c7ac8af..b53599b2 100644
--- a/tools/themetoxml/themetoxml.c
+++ b/tools/themetoxml/themetoxml.c
@@ -374,6 +374,8 @@ int main(int argc, char **argv)
COLOR3("window", "inactive", "titleseparator", i, j, k, 255);
if (read_color(db, "menu.border.color", &i, &j, &k))
COLOR2("menu", "border", i, j, k, 255);
+ if (read_color(db, "osd.border.color", &i, &j, &k))
+ COLOR2("osd", "border", i, j, k, 255);
if (read_int(db, "window.client.padding.width", &i)) {
ATTR3("dimensions", "window", "clientpadding", "x", NUM(i));