aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.cc
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2007-12-27 21:55:24 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2007-12-27 21:55:24 (GMT)
commitb5c354b994bc06667abe35e2d528c0f025703c4e (patch)
tree081fd3207053a06cb50931ccec3237bc614f10eb /src/FbWinFrame.cc
parent1f5cd12facc662de240b36bf3c5c14f40adf391b (diff)
downloadfluxbox-b5c354b994bc06667abe35e2d528c0f025703c4e.zip
fluxbox-b5c354b994bc06667abe35e2d528c0f025703c4e.tar.bz2
architecture astronomy
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) {