summaryrefslogtreecommitdiff
path: root/src/FbWinFrame.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbWinFrame.cc')
-rw-r--r--src/FbWinFrame.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbWinFrame.cc b/src/FbWinFrame.cc
index a0de468..2c59798 100644
--- a/src/FbWinFrame.cc
+++ b/src/FbWinFrame.cc
@@ -95,8 +95,8 @@ FbWinFrame::FbWinFrame(BScreen &screen, FbWinFrameTheme &theme, FbTk::ImageContr
95 m_button_size(1), 95 m_button_size(1),
96 m_height_before_shade(1), 96 m_height_before_shade(1),
97 m_shaded(false), 97 m_shaded(false),
98 m_focused_alpha(theme, &FbWinFrameTheme::focusedAlpha), 98 m_focused_alpha(AlphaAcc(theme, &FbWinFrameTheme::focusedAlpha)),
99 m_unfocused_alpha(theme, &FbWinFrameTheme::unfocusedAlpha), 99 m_unfocused_alpha(AlphaAcc(theme, &FbWinFrameTheme::unfocusedAlpha)),
100 m_themelistener(*this), 100 m_themelistener(*this),
101 m_shape(m_window, theme.shapePlace()), 101 m_shape(m_window, theme.shapePlace()),
102 m_disable_themeshape(false) { 102 m_disable_themeshape(false) {