diff options
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r-- | src/fluxbox.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh index e7bc18d..9855637 100644 --- a/src/fluxbox.hh +++ b/src/fluxbox.hh | |||
@@ -186,6 +186,7 @@ public: | |||
186 | 186 | ||
187 | void timed_reconfigure(); | 187 | void timed_reconfigure(); |
188 | void revert_focus(); | 188 | void revert_focus(); |
189 | void setShowingDialog(bool value) { m_showing_dialog = value; } | ||
189 | 190 | ||
190 | bool isStartup() const { return m_starting; } | 191 | bool isStartup() const { return m_starting; } |
191 | bool isRestarting() const { return m_restarting; } | 192 | bool isRestarting() const { return m_restarting; } |
@@ -293,6 +294,7 @@ private: | |||
293 | ///< when we execute reconfig command we must wait until next event round | 294 | ///< when we execute reconfig command we must wait until next event round |
294 | FbTk::Timer m_reconfig_timer, m_revert_timer; | 295 | FbTk::Timer m_reconfig_timer, m_revert_timer; |
295 | BScreen *m_revert_screen; | 296 | BScreen *m_revert_screen; |
297 | bool m_showing_dialog; | ||
296 | 298 | ||
297 | std::auto_ptr<Keys> m_key; | 299 | std::auto_ptr<Keys> m_key; |
298 | 300 | ||