diff options
author | markt <markt> | 2007-01-13 18:59:49 (GMT) |
---|---|---|
committer | markt <markt> | 2007-01-13 18:59:49 (GMT) |
commit | 09cc0bf6afa51466fd863b1e2f32ad5f5dd84bae (patch) | |
tree | 1f0418e17d8a543dd281df3c0599aaff4b3c8aa5 /src/FocusControl.hh | |
parent | 9cace1f2cb9a082408e49e668bd02a16a016cd6e (diff) | |
download | fluxbox-09cc0bf6afa51466fd863b1e2f32ad5f5dd84bae.zip fluxbox-09cc0bf6afa51466fd863b1e2f32ad5f5dd84bae.tar.bz2 |
little cleanup
Diffstat (limited to 'src/FocusControl.hh')
-rw-r--r-- | src/FocusControl.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/FocusControl.hh b/src/FocusControl.hh index df7922b..708b960 100644 --- a/src/FocusControl.hh +++ b/src/FocusControl.hh | |||
@@ -89,7 +89,6 @@ public: | |||
89 | 89 | ||
90 | FocusModel focusModel() const { return *m_focus_model; } | 90 | FocusModel focusModel() const { return *m_focus_model; } |
91 | TabFocusModel tabFocusModel() const { return *m_tab_focus_model; } | 91 | TabFocusModel tabFocusModel() const { return *m_tab_focus_model; } |
92 | bool focusLast() const { return *m_focus_last; } | ||
93 | bool focusNew() const { return *m_focus_new; } | 92 | bool focusNew() const { return *m_focus_new; } |
94 | 93 | ||
95 | WinClient *lastFocusedWindow(int workspace); | 94 | WinClient *lastFocusedWindow(int workspace); |
@@ -114,7 +113,7 @@ private: | |||
114 | 113 | ||
115 | FbTk::Resource<FocusModel> m_focus_model; | 114 | FbTk::Resource<FocusModel> m_focus_model; |
116 | FbTk::Resource<TabFocusModel> m_tab_focus_model; | 115 | FbTk::Resource<TabFocusModel> m_tab_focus_model; |
117 | FbTk::Resource<bool> m_focus_last, m_focus_new; | 116 | FbTk::Resource<bool> m_focus_new; |
118 | 117 | ||
119 | // This list keeps the order of window focusing for this screen | 118 | // This list keeps the order of window focusing for this screen |
120 | // Screen global so it works for sticky windows too. | 119 | // Screen global so it works for sticky windows too. |