aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
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;