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 ff716a3..9b7c5b6 100644 --- a/src/FocusControl.hh +++ b/src/FocusControl.hh | |||
@@ -95,6 +95,7 @@ public: | |||
95 | WinClient *lastFocusedWindow(FluxboxWindow &group, WinClient *ignore_client); | 95 | WinClient *lastFocusedWindow(FluxboxWindow &group, WinClient *ignore_client); |
96 | 96 | ||
97 | FocusedWindows &creationOrderList() { return m_creation_order_list; } | 97 | FocusedWindows &creationOrderList() { return m_creation_order_list; } |
98 | FocusedWindows &focusedOrderList() { return m_focused_list; } | ||
98 | 99 | ||
99 | void removeClient(WinClient &client); | 100 | void removeClient(WinClient &client); |
100 | void shutdown(); | 101 | void shutdown(); |