]> Dogcows Code - chaz/openbox/commitdiff
use focus_cycle_stop to cancel focus cycling
authorDana Jansens <danakj@orodu.net>
Sat, 26 May 2007 20:52:21 +0000 (20:52 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 26 May 2007 20:52:21 +0000 (20:52 +0000)
openbox/focus_cycle.c

index cb6678d27002128ab5afe407273e77e40b0b6937..81557fe3d3036d0b8946e951cbb23e8e2105c8fd 100644 (file)
@@ -71,10 +71,9 @@ void focus_cycle_stop()
 static void focus_cycle_destroy_notify(ObClient *client, gpointer data)
 {
     /* end cycling if the target disappears. CurrentTime is fine, time won't
-       be used
-    */
+       be used */
     if (focus_cycle_target == client)
-        focus_cycle(TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE);
+        focus_cycle_stop();
 }
 
 /*! Returns if a focus target has valid group siblings that can be cycled
This page took 0.025416 seconds and 4 git commands to generate.