all repos — openbox @ 0c16988daa8d7e2ac6532d59fd425bc757275b5a

openbox fork - make it a bit more like ryudo

add code to make net_active_window events work
Dana Jansens danakj@orodu.net
commit

0c16988daa8d7e2ac6532d59fd425bc757275b5a

parent

75ee81d9bf47739b4a8f092d3247465c45684e77

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

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

@@ -521,7 +521,10 @@ else if (!client->frame->visible)

/* if its not visible for other reasons, then don't mess with it */ return; - /*HOOKFIRECLIENT(requestactivate, client);XXX*/ + if (client->shaded) + client_shade(client, FALSE); + client_focus(client); + stacking_raise(client); } break; case PropertyNotify: