all repos — openbox @ 7af7ee05aa7b23abd478cd848c7767c09474ebeb

openbox fork - make it a bit more like ryudo

fix a comment
Dana Jansens danakj@orodu.net
commit

7af7ee05aa7b23abd478cd848c7767c09474ebeb

parent

9d7608789c81d950e0f8528e24e684daa2d81790

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/event.copenbox/event.c

@@ -313,7 +313,7 @@ return TRUE;

/* 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);