diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-04 11:15:08 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-04 11:15:08 +0000 |
| commit | 76525992cdf5cf7a5db8b98dd21c1df375d72fc5 (patch) | |
| tree | 006e509a7ee03a48b4aa7d423a0066a2580c5729 /src | |
| parent | dddac554808d7352a06733938cfddc19839b99d0 (diff) | |
update comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/openbox.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/openbox.cc b/src/openbox.cc index 29f9ea94..de7767a2 100644 --- a/src/openbox.cc +++ b/src/openbox.cc @@ -361,9 +361,8 @@ Client *Openbox::findClient(Window window) void Openbox::setFocusedClient(Client *c) { // sometimes this is called with the already-focused window, this is - // important for the python scripts to work (eg, c = 0 twice, or for the - // cycling list, it relies on this behavior. don't just return if its already - // set as focused + // important for the python scripts to work (eg, c = 0 twice). don't just + // return if _focused_client == c assert(_focused_screen); |
