diff options
author | fluxgen <fluxgen> | 2003-08-13 15:26:35 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-13 15:26:35 (GMT) |
commit | b0849b643c7d54bd435bc9fddaeb4924eb2f4abb (patch) | |
tree | 9dc265e316738b7480e552f2e444b65a8be294e6 | |
parent | 97e0164135376127d560cfd8b14f0ee2298adb56 (diff) | |
download | fluxbox-b0849b643c7d54bd435bc9fddaeb4924eb2f4abb.zip fluxbox-b0849b643c7d54bd435bc9fddaeb4924eb2f4abb.tar.bz2 |
default width
-rw-r--r-- | src/BorderTheme.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/BorderTheme.cc b/src/BorderTheme.cc index 510d44a..02faf05 100644 --- a/src/BorderTheme.cc +++ b/src/BorderTheme.cc | |||
@@ -4,4 +4,6 @@ BorderTheme::BorderTheme(FbTk::Theme &theme, const std::string &name, | |||
4 | const std::string &altname): | 4 | const std::string &altname): |
5 | m_width(theme, name + ".borderWidth", altname + ".BorderWidth"), | 5 | m_width(theme, name + ".borderWidth", altname + ".BorderWidth"), |
6 | m_color(theme, name + ".borderColor", altname + ".BorderColor") { | 6 | m_color(theme, name + ".borderColor", altname + ".BorderColor") { |
7 | |||
8 | *m_width = 0; | ||
7 | } | 9 | } |