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:
bf57574
)
update the active iterator after moving the active window to the front of the list
author
Dana Jansens
<danakj@orodu.net>
Mon, 26 Aug 2002 21:55:37 +0000
(21:55 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 26 Aug 2002 21:55:37 +0000
(21:55 +0000)
util/epist/screen.cc
patch
|
blob
|
history
diff --git
a/util/epist/screen.cc
b/util/epist/screen.cc
index f0fb79eadae81a8248f5b5e4a4533b06f0a222dc..a67b0a37ec0ed7c62070170c6d26ad135099cd75 100644
(file)
--- a/
util/epist/screen.cc
+++ b/
util/epist/screen.cc
@@
-392,6
+392,7
@@
void screen::handleKeyrelease(const XEvent &) {
_clients.remove(w);
_clients.push_front(w);
+ _active = _clients.begin();
w->raise();
_cycling = false;