projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f21fbf1
)
better track of the last window on a screen.
author
Dana Jansens
<danakj@orodu.net>
Thu, 15 Aug 2002 16:26:07 +0000
(16:26 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 15 Aug 2002 16:26:07 +0000
(16:26 +0000)
util/epist/screen.cc
patch
|
blob
|
history
diff --git
a/util/epist/screen.cc
b/util/epist/screen.cc
index 7ac5780b1c59f4ce62543e029fee4e6496d7608f..eb9edc39fd93fcbbaad9e1e508761d04c322fd9f 100644
(file)
--- 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";