diff options
Diffstat (limited to 'src/FocusControl.hh')
-rw-r--r-- | src/FocusControl.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FocusControl.hh b/src/FocusControl.hh index 9b7c5b6..df7922b 100644 --- a/src/FocusControl.hh +++ b/src/FocusControl.hh | |||
@@ -85,6 +85,7 @@ public: | |||
85 | bool isMouseTabFocus() const { return tabFocusModel() == MOUSETABFOCUS; } | 85 | bool isMouseTabFocus() const { return tabFocusModel() == MOUSETABFOCUS; } |
86 | bool isCycling() const { return m_cycling_focus; } | 86 | bool isCycling() const { return m_cycling_focus; } |
87 | void addFocusBack(WinClient &client); | 87 | void addFocusBack(WinClient &client); |
88 | void setFocusBack(FluxboxWindow *fbwin); | ||
88 | 89 | ||
89 | FocusModel focusModel() const { return *m_focus_model; } | 90 | FocusModel focusModel() const { return *m_focus_model; } |
90 | TabFocusModel tabFocusModel() const { return *m_tab_focus_model; } | 91 | TabFocusModel tabFocusModel() const { return *m_tab_focus_model; } |