From: Dana Jansens Date: Mon, 26 Aug 2002 22:08:54 +0000 (+0000) Subject: dont change last active while cycling around in stacked mode X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;ds=sidebyside;h=217488ee3e1a7246bdfadb6a56f83a4a50a7c180;p=chaz%2Fopenbox dont change last active while cycling around in stacked mode --- 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: ";