diff options
author | markt <markt> | 2006-07-25 21:54:58 (GMT) |
---|---|---|
committer | markt <markt> | 2006-07-25 21:54:58 (GMT) |
commit | 9229f8bc9ceae2505d7715cdea6e75aeb1b2c78b (patch) | |
tree | ee9b35fae0e6d557244899fd674fa1ac37d85719 /src/fluxbox.hh | |
parent | 887fea4510e5834197bb70101393fb640a66899a (diff) | |
download | fluxbox-9229f8bc9ceae2505d7715cdea6e75aeb1b2c78b.zip fluxbox-9229f8bc9ceae2505d7715cdea6e75aeb1b2c78b.tar.bz2 |
don't revert focus away from command dialogs
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 | ||