]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
move focus_cycle_indicator into its own file
[chaz/openbox] / openbox / focus.c
index 80f15217da66f58b1735baa920a72ed773f268e1..42241224534e35fc07f021b0c4f86d4d0d1705c3 100644 (file)
@@ -74,9 +74,7 @@ void focus_set_client(ObClient *client)
     screen_install_colormap(focus_client, FALSE);
     screen_install_colormap(client, TRUE);
 
-    /* in the middle of cycling..? kill it. CurrentTime is fine, time won't
-       be used.
-    */
+    /* in the middle of cycling..? kill it. */
     focus_cycle_stop();
 
     focus_client = client;
This page took 0.021291 seconds and 4 git commands to generate.