diff options
author | markt <markt> | 2007-10-31 19:34:07 (GMT) |
---|---|---|
committer | markt <markt> | 2007-10-31 19:34:07 (GMT) |
commit | 88f580ec0c7015462329846cf96560df79b140f7 (patch) | |
tree | 02d908e56bfa88b7c92941d0d83cc8f70c831786 /src/FocusControl.cc | |
parent | a092d3fc1b351a4c6ea1d95757b5244bf86b8a39 (diff) | |
download | fluxbox-88f580ec0c7015462329846cf96560df79b140f7.zip fluxbox-88f580ec0c7015462329846cf96560df79b140f7.tar.bz2 |
move fullscreen windows to normal layer when they lose focus
Diffstat (limited to 'src/FocusControl.cc')
-rw-r--r-- | src/FocusControl.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/FocusControl.cc b/src/FocusControl.cc index 27ef999..b977d59 100644 --- a/src/FocusControl.cc +++ b/src/FocusControl.cc | |||
@@ -156,9 +156,7 @@ void FocusControl::cycleFocus(const Focusables &window_list, | |||
156 | } | 156 | } |
157 | } | 157 | } |
158 | 158 | ||
159 | if (isCycling()) | 159 | if (!isCycling()) |
160 | fbwin->tempRaise(); | ||
161 | else | ||
162 | fbwin->raise(); | 160 | fbwin->raise(); |
163 | 161 | ||
164 | m_cycling_window = it; | 162 | m_cycling_window = it; |