aboutsummaryrefslogtreecommitdiff
path: root/src/BorderTheme.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-08-13 15:26:35 (GMT)
committerfluxgen <fluxgen>2003-08-13 15:26:35 (GMT)
commitb0849b643c7d54bd435bc9fddaeb4924eb2f4abb (patch)
tree9dc265e316738b7480e552f2e444b65a8be294e6 /src/BorderTheme.cc
parent97e0164135376127d560cfd8b14f0ee2298adb56 (diff)
downloadfluxbox-b0849b643c7d54bd435bc9fddaeb4924eb2f4abb.zip
fluxbox-b0849b643c7d54bd435bc9fddaeb4924eb2f4abb.tar.bz2
default width
Diffstat (limited to 'src/BorderTheme.cc')
-rw-r--r--src/BorderTheme.cc2
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}