summaryrefslogtreecommitdiff
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, 0 insertions, 1 deletions
diff --git a/src/RootTheme.cc b/src/RootTheme.cc
index 8317a5d..a40732e 100644
--- a/src/RootTheme.cc
+++ b/src/RootTheme.cc
@@ -157,7 +157,6 @@ RootTheme::RootTheme(FbTk::ImageControl &image_control):
157 m_opgc.setForeground(WhitePixel(disp, screenNum())^BlackPixel(disp, screenNum())); 157 m_opgc.setForeground(WhitePixel(disp, screenNum())^BlackPixel(disp, screenNum()));
158 m_opgc.setFunction(GXxor); 158 m_opgc.setFunction(GXxor);
159 m_opgc.setSubwindowMode(IncludeInferiors); 159 m_opgc.setSubwindowMode(IncludeInferiors);
160 m_opgc.setLineAttributes(1, LineSolid, CapNotLast, JoinMiter);
161 FbTk::ThemeManager::instance().loadTheme(*this); 160 FbTk::ThemeManager::instance().loadTheme(*this);
162} 161}
163 162