From eb09b1873d731a0e7290334a832a76cb233f34a7 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 19 May 2007 14:36:19 +0000 Subject: move focus_cycle_indicator into its own file --- openbox/focus.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'openbox/focus.c') diff --git a/openbox/focus.c b/openbox/focus.c index 80f15217..42241224 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -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; -- cgit v1.2.3