]> Dogcows Code - chaz/openbox/commitdiff
dont focus more than one window when cycling!
authorDana Jansens <danakj@orodu.net>
Thu, 25 Jul 2002 03:55:54 +0000 (03:55 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 25 Jul 2002 03:55:54 +0000 (03:55 +0000)
util/epist/screen.cc

index 39b11d25d3b064d1fb7270eef991a4be4dc4a017..e91685a89a68e2899da294ddcdf12ba00fd68c7d 100644 (file)
@@ -523,6 +523,7 @@ void screen::cycleWindow(const bool forward, const bool allscreens,
 
     // found a good window!
     t->focus();
+    return;
   }
 }
 
This page took 0.023741 seconds and 4 git commands to generate.