aboutsummaryrefslogtreecommitdiff
path: root/src/RootTheme.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/RootTheme.cc')
-rw-r--r--src/RootTheme.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/RootTheme.cc b/src/RootTheme.cc
index 90478e3..892e219 100644
--- a/src/RootTheme.cc
+++ b/src/RootTheme.cc
@@ -159,6 +159,7 @@ RootTheme::RootTheme(FbTk::ImageControl &image_control):
159 m_opgc.setFunction(GXxor); 159 m_opgc.setFunction(GXxor);
160 m_opgc.setSubwindowMode(IncludeInferiors); 160 m_opgc.setSubwindowMode(IncludeInferiors);
161 m_opgc.setLineAttributes(1, LineSolid, CapNotLast, JoinMiter); 161 m_opgc.setLineAttributes(1, LineSolid, CapNotLast, JoinMiter);
162 FbTk::ThemeManager::instance().loadTheme(*this);
162} 163}
163 164
164RootTheme::~RootTheme() { 165RootTheme::~RootTheme() {