diff options
author | markt <markt> | 2006-07-06 04:32:42 (GMT) |
---|---|---|
committer | markt <markt> | 2006-07-06 04:32:42 (GMT) |
commit | 2de7a0b8213c5245d3ba223d4d454a5b608fee95 (patch) | |
tree | 12c488b4adec0c18f3d5da097fa8e2f840acdb9f | |
parent | 84ca1f2e2f82b66b417b8e25295e37cb07985f3d (diff) | |
download | fluxbox-2de7a0b8213c5245d3ba223d4d454a5b608fee95.zip fluxbox-2de7a0b8213c5245d3ba223d4d454a5b608fee95.tar.bz2 |
use auto-raise for attached window
-rw-r--r-- | src/Window.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Window.cc b/src/Window.cc index 03bde16..85d1ac6 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -2101,8 +2101,7 @@ void FluxboxWindow::setFocusFlag(bool focus) { | |||
2101 | if (focus != frame().focused()) | 2101 | if (focus != frame().focused()) |
2102 | frame().setFocus(focus); | 2102 | frame().setFocus(focus); |
2103 | 2103 | ||
2104 | if ((screen().focusControl().isMouseFocus()) | 2104 | if (screen().doAutoRaise()) { |
2105 | && screen().doAutoRaise()) { | ||
2106 | if (focused) | 2105 | if (focused) |
2107 | m_timer.start(); | 2106 | m_timer.start(); |
2108 | else | 2107 | else |