From: Dana Jansens Date: Mon, 14 May 2007 01:07:26 +0000 (+0000) Subject: fix a comment X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=7af7ee05aa7b23abd478cd848c7767c09474ebeb;p=chaz%2Fopenbox fix a comment --- diff --git a/openbox/event.c b/openbox/event.c index 99fa1bf9..0e731b08 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -313,7 +313,7 @@ static gboolean wanted_focusevent(XEvent *e, gboolean in_client_only) /* It was on a client, was it a valid one? It's possible to get a FocusIn event for a client that was managed - but has disappeared. Don't even parse those FocusIn events. + but has disappeared. */ if (in_client_only) { ObWindow *w = g_hash_table_lookup(window_map, &e->xfocus.window);