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/MinOverlapPlacement.cc | |
parent | 807a1b557552e43dbdc169c1e7a3065a3f12aac7 (diff) | |
download | fluxbox_pavel-5d7043320da1378e7dd3b10f7e425f3b47455b28.zip fluxbox_pavel-5d7043320da1378e7dd3b10f7e425f3b47455b28.tar.bz2 |
allow arbitrary window patterns in iconbar
Diffstat (limited to 'src/MinOverlapPlacement.cc')
-rw-r--r-- | src/MinOverlapPlacement.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MinOverlapPlacement.cc b/src/MinOverlapPlacement.cc index ce7ff3c..874aea8 100644 --- a/src/MinOverlapPlacement.cc +++ b/src/MinOverlapPlacement.cc | |||
@@ -40,7 +40,7 @@ bool MinOverlapPlacement::placeWindow(const FluxboxWindow &win, int head, | |||
40 | 40 | ||
41 | std::list<FluxboxWindow *> windowlist; | 41 | std::list<FluxboxWindow *> windowlist; |
42 | const std::list<Focusable *> focusables = | 42 | const std::list<Focusable *> focusables = |
43 | win.screen().focusControl().focusedOrderWinList(); | 43 | win.screen().focusControl().focusedOrderWinList().clientList(); |
44 | std::list<Focusable *>::const_iterator foc_it = focusables.begin(), | 44 | std::list<Focusable *>::const_iterator foc_it = focusables.begin(), |
45 | foc_it_end = focusables.end(); | 45 | foc_it_end = focusables.end(); |
46 | unsigned int workspace = win.workspaceNumber(); | 46 | unsigned int workspace = win.workspaceNumber(); |