From: Dana Jansens Date: Tue, 15 May 2007 04:34:11 +0000 (+0000) Subject: fix a comment X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=2a203eb5dcc628f6aacf86309e9fc5be185ae335;p=chaz%2Fopenbox fix a comment --- 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) {