dont change last active while cycling around in stacked mode

This commit is contained in:
Dana Jansens 2002-08-26 22:08:54 +00:00
parent 48a450083d
commit 217488ee3e

View file

@ -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: ";