fix a comment

This commit is contained in:
Dana Jansens 2007-05-15 04:34:11 +00:00
parent 361bf6af5c
commit 2a203eb5dc

View file

@ -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) {