]> Dogcows Code - chaz/openbox/commitdiff
better track of the last window on a screen.
authorDana Jansens <danakj@orodu.net>
Thu, 15 Aug 2002 16:26:07 +0000 (16:26 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 15 Aug 2002 16:26:07 +0000 (16:26 +0000)
util/epist/screen.cc

index 7ac5780b1c59f4ce62543e029fee4e6496d7608f..eb9edc39fd93fcbbaad9e1e508761d04c322fd9f 100644 (file)
@@ -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";
This page took 0.024174 seconds and 4 git commands to generate.