]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
make activate take a here parameter
[chaz/openbox] / openbox / focus.c
index 9949dea3a68fb337ad79a025e75b5985450d45ed..3bb0ae8e569c452358d21a0ce6a8492988a0e4b9 100644 (file)
@@ -278,7 +278,7 @@ ObClient *focus_cycle(gboolean forward, gboolean linear, gboolean done,
         goto done_cycle;
     } else if (done) {
         if (focus_cycle_target)
-            client_activate(focus_cycle_target);
+            client_activate(focus_cycle_target, FALSE);
         goto done_cycle;
     }
 
This page took 0.022811 seconds and 4 git commands to generate.