all repos — fluxbox @ 502dd6b3e3dccd53ae9e5eacbfc526d21befd1a1

custom fork of the fluxbox windowmanager

src/BorderTheme.cc (raw)

1
2
3
4
5
6
7
8
9
#include "BorderTheme.hh"

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;
}