summaryrefslogtreecommitdiff
path: root/src/BorderTheme.cc
blob: 510d44a2db10d6211b00c9121cb6f87421efef16 (plain)
1
2
3
4
5
6
7
#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") {
}