aboutsummaryrefslogtreecommitdiff
path: root/src/FocusControl.hh
diff options
context:
space:
mode:
authormarkt <markt>2006-07-29 06:28:58 (GMT)
committermarkt <markt>2006-07-29 06:28:58 (GMT)
commitf66d91cf2281e9a7aec64b7c903c1ba91898324f (patch)
treef58b64071a2b84cc700a06fbd72529cd99cda3a1 /src/FocusControl.hh
parent98fba4fd1a50672a918dccd5c8492556f392762f (diff)
downloadfluxbox-f66d91cf2281e9a7aec64b7c903c1ba91898324f.zip
fluxbox-f66d91cf2281e9a7aec64b7c903c1ba91898324f.tar.bz2
Diffstat (limited to 'src/FocusControl.hh')
-rw-r--r--src/FocusControl.hh2
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