all repos — openbox @ 2a203eb5dcc628f6aacf86309e9fc5be185ae335

openbox fork - make it a bit more like ryudo

fix a comment
Dana Jansens danakj@orodu.net
commit

2a203eb5dcc628f6aacf86309e9fc5be185ae335

parent

361bf6af5c7de09f30f3cf4a220b3f84a3fe451d

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

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

@@ -515,7 +515,7 @@ ob_debug_type(OB_DEBUG_FOCUS,

"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) {