From ad22b4db81e36f4c1eaa130674aa48859b393b29 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 5 Jun 2007 16:05:22 +0000 Subject: [PATCH] border, not borderwidth. add osd.border stuff to themetoxml --- data/themerc.xsd | 6 +++--- tools/themetoxml/themetoxml.c | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/data/themerc.xsd b/data/themerc.xsd index 40b036a5..3a636b5d 100644 --- a/data/themerc.xsd +++ b/data/themerc.xsd @@ -147,20 +147,20 @@ - + - + - + 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)); -- 2.39.2