diff options
author | markt <markt> | 2007-11-12 21:59:43 (GMT) |
---|---|---|
committer | markt <markt> | 2007-11-12 21:59:43 (GMT) |
commit | 5d7043320da1378e7dd3b10f7e425f3b47455b28 (patch) | |
tree | 305db18a58ab6768b78ab230074da576d09e372d /src/ColSmartPlacement.cc | |
parent | 807a1b557552e43dbdc169c1e7a3065a3f12aac7 (diff) | |
download | fluxbox_pavel-5d7043320da1378e7dd3b10f7e425f3b47455b28.zip fluxbox_pavel-5d7043320da1378e7dd3b10f7e425f3b47455b28.tar.bz2 |
allow arbitrary window patterns in iconbar
Diffstat (limited to 'src/ColSmartPlacement.cc')
-rw-r--r-- | src/ColSmartPlacement.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ColSmartPlacement.cc b/src/ColSmartPlacement.cc index bdffa41..0fbae68 100644 --- a/src/ColSmartPlacement.cc +++ b/src/ColSmartPlacement.cc | |||
@@ -33,7 +33,7 @@ bool ColSmartPlacement::placeWindow(const FluxboxWindow &win, int head, | |||
33 | 33 | ||
34 | std::list<FluxboxWindow *> windowlist; | 34 | std::list<FluxboxWindow *> windowlist; |
35 | const std::list<Focusable *> focusables = | 35 | const std::list<Focusable *> focusables = |
36 | win.screen().focusControl().focusedOrderWinList(); | 36 | win.screen().focusControl().focusedOrderWinList().clientList(); |
37 | std::list<Focusable *>::const_iterator foc_it = focusables.begin(), | 37 | std::list<Focusable *>::const_iterator foc_it = focusables.begin(), |
38 | foc_it_end = focusables.end(); | 38 | foc_it_end = focusables.end(); |
39 | unsigned int workspace = win.workspaceNumber(); | 39 | unsigned int workspace = win.workspaceNumber(); |