]> Dogcows Code - chaz/openbox/commitdiff
fix a comment
authorDana Jansens <danakj@orodu.net>
Mon, 14 May 2007 01:07:26 +0000 (01:07 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 14 May 2007 01:07:26 +0000 (01:07 +0000)
openbox/event.c

index 99fa1bf95f18751aebc4ebe8396ae960584d12e9..0e731b083779291028bc0a49c75c5c180e77ced8 100644 (file)
@@ -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);
This page took 0.024489 seconds and 4 git commands to generate.