diff options
author | markt <markt> | 2006-12-20 16:10:02 (GMT) |
---|---|---|
committer | markt <markt> | 2006-12-20 16:10:02 (GMT) |
commit | aee80a2424d7b5f96a4c4a6817744709acbaef38 (patch) | |
tree | 1c3391c1102df5ae8207473ab7df5b0e3ad7340e /src/FocusControl.hh | |
parent | 144091995610ea1b562e96d5e55c99659034bd55 (diff) | |
download | fluxbox-aee80a2424d7b5f96a4c4a6817744709acbaef38.zip fluxbox-aee80a2424d7b5f96a4c4a6817744709acbaef38.tar.bz2 |
_FLUXBOX_GROUP_LEFT wasn't being removed on detach, and the correct client in tabbed windows wasn't always being raised on restart
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(); |