better track of the last window on a screen.
This commit is contained in:
parent
f21fbf1de5
commit
2241f5c8ea
1 changed files with 1 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue