From 217488ee3e1a7246bdfadb6a56f83a4a50a7c180 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 26 Aug 2002 22:08:54 +0000 Subject: [PATCH] dont change last active while cycling around in stacked mode --- util/epist/screen.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/epist/screen.cc b/util/epist/screen.cc index c3ea4fb5..0fa5d89b 100644 --- a/util/epist/screen.cc +++ b/util/epist/screen.cc @@ -554,9 +554,9 @@ void screen::updateActiveWindow() { _clients.remove(win); _clients.push_front(win); _active = _clients.begin(); - } - _last_active = _active; + _last_active = _active; + } } /* cout << "Active window is now: "; -- 2.44.0