aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-04-15 00:50:25 (GMT)
committerrathnor <rathnor>2003-04-15 00:50:25 (GMT)
commit58e19dc91eba51739d4b8ed2dfdbb49e28d96379 (patch)
tree1fbb529d593c1b1b1fabb76832a97783649cab23 /src/Window.cc
parent1aa5ede1b70dfba6519eeaa38101948bbdfea8a2 (diff)
downloadfluxbox-58e19dc91eba51739d4b8ed2dfdbb49e28d96379.zip
fluxbox-58e19dc91eba51739d4b8ed2dfdbb49e28d96379.tar.bz2
add most recently used window cycling (Simon)
It is now the default cycling action
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Window.cc b/src/Window.cc
index 2e582ca..4047f1b 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Window.cc,v 1.131 2003/04/14 14:58:12 fluxgen Exp $ 25// $Id: Window.cc,v 1.132 2003/04/15 00:50:25 rathnor Exp $
26 26
27#include "Window.hh" 27#include "Window.hh"
28 28
@@ -1143,7 +1143,8 @@ bool FluxboxWindow::setInputFocus() {
1143 } 1143 }
1144 1144
1145 m_frame.setFocus(true); 1145 m_frame.setFocus(true);
1146 1146 screen.setFocusedWindow(*m_client);
1147
1147 Fluxbox::instance()->setFocusedWindow(this); 1148 Fluxbox::instance()->setFocusedWindow(this);
1148 1149
1149 if (send_focus_message) 1150 if (send_focus_message)