summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-08-15 16:26:07 +0000
committerDana Jansens <danakj@orodu.net>2002-08-15 16:26:07 +0000
commit2241f5c8eaa932d458791dc559f420b9dd58fef4 (patch)
tree838f895f6baa5022231311b60dc89908a89de3d6 /util
parentf21fbf1de5365230f413a57e943a59163caecb02 (diff)
better track of the last window on a screen.
Diffstat (limited to 'util')
-rw-r--r--util/epist/screen.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/util/epist/screen.cc b/util/epist/screen.cc
index 7ac5780b..eb9edc39 100644
--- a/util/epist/screen.cc
+++ b/util/epist/screen.cc
@@ -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";