From 2a203eb5dcc628f6aacf86309e9fc5be185ae335 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 15 May 2007 04:34:11 +0000 Subject: [PATCH] fix a comment --- openbox/event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.44.0