add code to make net_active_window events work

This commit is contained in:
Dana Jansens 2003-03-19 17:24:24 +00:00
parent 75ee81d9bf
commit 0c16988daa

View file

@ -521,7 +521,10 @@ static void event_handle_client(Client *client, XEvent *e)
/* if its not visible for other reasons, then don't mess /* if its not visible for other reasons, then don't mess
with it */ with it */
return; return;
/*HOOKFIRECLIENT(requestactivate, client);XXX*/ if (client->shaded)
client_shade(client, FALSE);
client_focus(client);
stacking_raise(client);
} }
break; break;
case PropertyNotify: case PropertyNotify: