diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-15 04:34:11 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-15 04:34:11 +0000 |
| commit | 2a203eb5dcc628f6aacf86309e9fc5be185ae335 (patch) | |
| tree | 039843d777f10fab2d1063c0eb1467812286c7ed | |
| parent | 361bf6af5c7de09f30f3cf4a220b3f84a3fe451d (diff) | |
fix a comment
| -rw-r--r-- | openbox/event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/event.c b/openbox/event.c index 9d10698b..1fa5e11f 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -515,7 +515,7 @@ static void event_process(const XEvent *ec, gpointer data) "Focus went to a window that is already gone\n"); /* If you send focus to a window and then it disappears, you can - get the FocusIn FocusOut for it, after it is unmanaged. + get the FocusIn for it, after it is unmanaged. Just wait for the next FocusOut/FocusIn pair. */ } else if (client != focus_client) { |
