aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-08-22 23:29:09 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-08-22 23:29:09 (GMT)
commite3fb16c993331de931042b3fbd4300124e2cc9eb (patch)
treebaaceb1b040a71a1f8bcc8fdea42eb0a683e02ff /src/FbWinFrame.hh
parentc37a91e1504fa73da233cc59fe67ead56dbd3083 (diff)
downloadfluxbox-e3fb16c993331de931042b3fbd4300124e2cc9eb.zip
fluxbox-e3fb16c993331de931042b3fbd4300124e2cc9eb.tar.bz2
allow various combinations of shaded, maximized, and fullscreen states
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r--src/FbWinFrame.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh
index 7f08175..55d47ed 100644
--- a/src/FbWinFrame.hh
+++ b/src/FbWinFrame.hh
@@ -467,7 +467,6 @@ private:
467 467
468 bool m_need_render; 468 bool m_need_render;
469 int m_button_size; ///< size for all titlebar buttons 469 int m_button_size; ///< size for all titlebar buttons
470 unsigned int m_height_before_shade; ///< height before shade, so we can restore it when we unshade
471 /// alpha values 470 /// alpha values
472 typedef FbTk::ConstObjectAccessor<unsigned char, FbWinFrameTheme> AlphaAcc; 471 typedef FbTk::ConstObjectAccessor<unsigned char, FbWinFrameTheme> AlphaAcc;
473 FbTk::DefaultValue<unsigned char, AlphaAcc> m_focused_alpha; 472 FbTk::DefaultValue<unsigned char, AlphaAcc> m_focused_alpha;