aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbWinFrame.cc')
-rw-r--r--src/FbWinFrame.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/FbWinFrame.cc b/src/FbWinFrame.cc
index c31b74f..9056d54 100644
--- a/src/FbWinFrame.cc
+++ b/src/FbWinFrame.cc
@@ -90,10 +90,8 @@ FbWinFrame::FbWinFrame(BScreen &screen, FbWinFrameTheme &theme, FbTk::ImageContr
90 m_shaded(false), 90 m_shaded(false),
91 m_focused_alpha(AlphaAcc(theme, &FbWinFrameTheme::focusedAlpha)), 91 m_focused_alpha(AlphaAcc(theme, &FbWinFrameTheme::focusedAlpha)),
92 m_unfocused_alpha(AlphaAcc(theme, &FbWinFrameTheme::unfocusedAlpha)), 92 m_unfocused_alpha(AlphaAcc(theme, &FbWinFrameTheme::unfocusedAlpha)),
93 m_themelistener(*this),
94 m_shape(m_window, theme.shapePlace()), 93 m_shape(m_window, theme.shapePlace()),
95 m_disable_themeshape(false) { 94 m_disable_themeshape(false) {
96 m_theme.reconfigSig().attach(&m_themelistener);
97 init(); 95 init();
98} 96}
99 97