better track of the last window on a screen.

This commit is contained in:
Dana Jansens 2002-08-15 16:26:07 +00:00
parent f21fbf1de5
commit 2241f5c8ea

View file

@ -444,8 +444,7 @@ void screen::updateActiveWindow() {
}
}
_active = it;
if (it != end)
_last_active = it;
_last_active = it;
/* cout << "Active window is now: ";
if (_active == _clients.end()) cout << "None\n";