diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-19 14:36:19 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-19 14:36:19 +0000 |
| commit | eb09b1873d731a0e7290334a832a76cb233f34a7 (patch) | |
| tree | e7644446582b55bc1f99100a4a99753e041731ed /openbox/focus.c | |
| parent | 40f789e6417eca138a7ad1163ad7a268d84a051f (diff) | |
move focus_cycle_indicator into its own file
Diffstat (limited to 'openbox/focus.c')
| -rw-r--r-- | openbox/focus.c | 4 |
1 files changed, 1 insertions, 3 deletions
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; |
