all repos — openbox @ 3cbf5bfa7c42c8dace6ca3f31fe48078eeb66382

openbox fork - make it a bit more like ryudo

missed one
Dana Jansens danakj@orodu.net
commit

3cbf5bfa7c42c8dace6ca3f31fe48078eeb66382

parent

2eb4d7932622c445e102626a60c4b3dcff9e9d91

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

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

@@ -368,8 +368,10 @@ switch (e->type) {

case FocusIn: focus_set_client(client); case FocusOut: +#ifdef DEBUG_FOCUS g_message("Focus%s on client for %lx", (e->type==FocusIn?"In":"Out"), client->window); +#endif /* focus state can affect the stacking layer */ client_calc_layer(client); engine_frame_adjust_focus(client->frame);