aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-01-01 18:29:36 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-01-01 18:29:36 (GMT)
commit7588fc10a61c141208ccccc423cc7920207b2e89 (patch)
treeca9acf5c5bb36df5a9a77a4b7ce0f79cb3e054ab /src/fluxbox.hh
parent72d2f0e48143115aae38b75d5b1bda4cee5d512a (diff)
downloadfluxbox-7588fc10a61c141208ccccc423cc7920207b2e89.zip
fluxbox-7588fc10a61c141208ccccc423cc7920207b2e89.tar.bz2
fix some flickering on focus change
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index 8dac8ed..ea529e9 100644
--- a/src/fluxbox.hh
+++ b/src/fluxbox.hh
@@ -166,7 +166,7 @@ public:
166 void attachSignals(WinClient &winclient); 166 void attachSignals(WinClient &winclient);
167 167
168 void timed_reconfigure(); 168 void timed_reconfigure();
169 void revert_focus(); 169 void revertFocus();
170 void setShowingDialog(bool value) { m_showing_dialog = value; } 170 void setShowingDialog(bool value) { m_showing_dialog = value; }
171 171
172 bool isStartup() const { return m_starting; } 172 bool isStartup() const { return m_starting; }
@@ -267,8 +267,7 @@ private:
267 XEvent m_last_event; 267 XEvent m_last_event;
268 268
269 ///< when we execute reconfig command we must wait until next event round 269 ///< when we execute reconfig command we must wait until next event round
270 FbTk::Timer m_reconfig_timer, m_revert_timer; 270 FbTk::Timer m_reconfig_timer;
271 BScreen *m_revert_screen;
272 bool m_showing_dialog; 271 bool m_showing_dialog;
273 272
274 std::auto_ptr<Keys> m_key; 273 std::auto_ptr<Keys> m_key;