aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.hh
diff options
context:
space:
mode:
authorThomas Lübking <thomas.luebking@gmail.com>2016-07-24 14:51:50 (GMT)
committerMathias Gumz <akira@fluxbox.org>2016-07-30 16:38:28 (GMT)
commit50b6102bbf998fc1d8393d4d48bf9507c359a9b9 (patch)
tree430f9b156d001f0c606a3538e0e7bb96f3fd0a77 /src/Slit.hh
parentdc226902a7c94ee2c2f7304c389324c88ff5a60c (diff)
downloadfluxbox-50b6102bbf998fc1d8393d4d48bf9507c359a9b9.zip
fluxbox-50b6102bbf998fc1d8393d4d48bf9507c359a9b9.tar.bz2
flag slit for reconfiguration and act on show
According to Peter Ganzhorn, there's a transparency issue when using an autohiding slit, but I don't use a slit at all. However, the explanations in the bug do make sense and this is just an alternative approach on the problem (that does not require interim showing) BUG: 1132
Diffstat (limited to 'src/Slit.hh')
-rw-r--r--src/Slit.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Slit.hh b/src/Slit.hh
index 92eac35..7d643d6 100644
--- a/src/Slit.hh
+++ b/src/Slit.hh
@@ -144,6 +144,7 @@ private:
144 144
145 // m_hidden is for autohide, m_visible is the FbWindow state 145 // m_hidden is for autohide, m_visible is the FbWindow state
146 bool m_hidden, m_visible; 146 bool m_hidden, m_visible;
147 bool m_pending_reconfigure;
147 148
148 BScreen &m_screen; 149 BScreen &m_screen;
149 FbTk::Timer m_timer; 150 FbTk::Timer m_timer;