diff options
author | markt <markt> | 2006-07-19 07:31:39 (GMT) |
---|---|---|
committer | markt <markt> | 2006-07-19 07:31:39 (GMT) |
commit | d666bec238b6681cedd3f6094f2e0dd772c512f9 (patch) | |
tree | 0080b342098c172c88af0b3880a15b705ca09858 /src/FocusControl.hh | |
parent | 2732e23812eb6b7adbd5f9ad1e4a23d3db1f9655 (diff) | |
download | fluxbox-d666bec238b6681cedd3f6094f2e0dd772c512f9.zip fluxbox-d666bec238b6681cedd3f6094f2e0dd772c512f9.tar.bz2 |
preserve order of focused windows 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 666ab3c..0e64de8 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 | void removeClient(WinClient &client); | 97 | void removeClient(WinClient &client); |
98 | void shutdown(); | ||
98 | 99 | ||
99 | static void revertFocus(BScreen &screen); | 100 | static void revertFocus(BScreen &screen); |
100 | // like revertFocus, but specifically related to this window (transients etc) | 101 | // like revertFocus, but specifically related to this window (transients etc) |