fix a comment
This commit is contained in:
parent
361bf6af5c
commit
2a203eb5dc
1 changed files with 1 additions and 1 deletions
|
@ -515,7 +515,7 @@ static void event_process(const XEvent *ec, gpointer data)
|
||||||
"Focus went to a window that is already gone\n");
|
"Focus went to a window that is already gone\n");
|
||||||
|
|
||||||
/* If you send focus to a window and then it disappears, you can
|
/* 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. */
|
Just wait for the next FocusOut/FocusIn pair. */
|
||||||
}
|
}
|
||||||
else if (client != focus_client) {
|
else if (client != focus_client) {
|
||||||
|
|
Loading…
Reference in a new issue