From: Dana Jansens Date: Mon, 26 Aug 2002 21:55:37 +0000 (+0000) Subject: update the active iterator after moving the active window to the front of the list X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=b81dbf9af620472ac5661a6a778f92a646184ce8;hp=bf575744a75edd5ca4449594964ac9171f7c429a;p=chaz%2Fopenbox update the active iterator after moving the active window to the front of the list --- diff --git a/util/epist/screen.cc b/util/epist/screen.cc index f0fb79ea..a67b0a37 100644 --- 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;