]> Dogcows Code - chaz/openbox/commitdiff
dont change last active while cycling around in stacked mode
authorDana Jansens <danakj@orodu.net>
Mon, 26 Aug 2002 22:08:54 +0000 (22:08 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 26 Aug 2002 22:08:54 +0000 (22:08 +0000)
util/epist/screen.cc

index c3ea4fb5f0e51ff6ef71105669f9286d30c19d0c..0fa5d89b9fa49943657059e91ed39bf02a4321cd 100644 (file)
@@ -554,9 +554,9 @@ void screen::updateActiveWindow() {
       _clients.remove(win);
       _clients.push_front(win);
       _active = _clients.begin();
-    }
 
-    _last_active = _active;
+      _last_active = _active;
+    }
   }
 
   /*  cout << "Active window is now: ";
This page took 0.022049 seconds and 4 git commands to generate.