]> Dogcows Code - chaz/openbox/commitdiff
update the active iterator after moving the active window to the front of the list
authorDana Jansens <danakj@orodu.net>
Mon, 26 Aug 2002 21:55:37 +0000 (21:55 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 26 Aug 2002 21:55:37 +0000 (21:55 +0000)
util/epist/screen.cc

index f0fb79eadae81a8248f5b5e4a4533b06f0a222dc..a67b0a37ec0ed7c62070170c6d26ad135099cd75 100644 (file)
@@ -392,6 +392,7 @@ void screen::handleKeyrelease(const XEvent &) {
 
     _clients.remove(w);
     _clients.push_front(w);
+    _active = _clients.begin();
     w->raise();
 
     _cycling = false;
This page took 0.024866 seconds and 4 git commands to generate.