all repos — fluxbox @ b0849b643c7d54bd435bc9fddaeb4924eb2f4abb

custom fork of the fluxbox windowmanager

default width
fluxgen fluxgen
commit

b0849b643c7d54bd435bc9fddaeb4924eb2f4abb

parent

97e0164135376127d560cfd8b14f0ee2298adb56

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

jump to
M src/BorderTheme.ccsrc/BorderTheme.cc

@@ -4,4 +4,6 @@ BorderTheme::BorderTheme(FbTk::Theme &theme, const std::string &name,

const std::string &altname): m_width(theme, name + ".borderWidth", altname + ".BorderWidth"), m_color(theme, name + ".borderColor", altname + ".BorderColor") { + + *m_width = 0; }