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 d38ede0..ee5fe95 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 addFocusFront(WinClient &client); | ||
88 | void setFocusBack(FluxboxWindow *fbwin); | 89 | void setFocusBack(FluxboxWindow *fbwin); |
89 | 90 | ||
90 | FocusModel focusModel() const { return *m_focus_model; } | 91 | FocusModel focusModel() const { return *m_focus_model; } |