aboutsummaryrefslogtreecommitdiff
path: root/src/FocusControl.hh
diff options
context:
space:
mode:
authormarkt <markt>2006-12-20 16:10:02 (GMT)
committermarkt <markt>2006-12-20 16:10:02 (GMT)
commitaee80a2424d7b5f96a4c4a6817744709acbaef38 (patch)
tree1c3391c1102df5ae8207473ab7df5b0e3ad7340e /src/FocusControl.hh
parent144091995610ea1b562e96d5e55c99659034bd55 (diff)
downloadfluxbox-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.hh1
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();