diff options
Diffstat (limited to 'src/FocusControl.hh')
-rw-r--r-- | src/FocusControl.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FocusControl.hh b/src/FocusControl.hh index 0e64de8..ff716a3 100644 --- a/src/FocusControl.hh +++ b/src/FocusControl.hh | |||
@@ -94,6 +94,8 @@ public: | |||
94 | WinClient *lastFocusedWindow(int workspace); | 94 | WinClient *lastFocusedWindow(int workspace); |
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; } | ||
98 | |||
97 | void removeClient(WinClient &client); | 99 | void removeClient(WinClient &client); |
98 | void shutdown(); | 100 | void shutdown(); |
99 | 101 | ||