add code to make net_active_window events work
This commit is contained in:
parent
75ee81d9bf
commit
0c16988daa
1 changed files with 4 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue