all repos — fluxbox @ b0849b643c7d54bd435bc9fddaeb4924eb2f4abb

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