missed one
This commit is contained in:
parent
2eb4d79326
commit
3cbf5bfa7c
1 changed files with 2 additions and 0 deletions
|
@ -368,8 +368,10 @@ static void event_handle_client(Client *client, XEvent *e)
|
||||||
case FocusIn:
|
case FocusIn:
|
||||||
focus_set_client(client);
|
focus_set_client(client);
|
||||||
case FocusOut:
|
case FocusOut:
|
||||||
|
#ifdef DEBUG_FOCUS
|
||||||
g_message("Focus%s on client for %lx", (e->type==FocusIn?"In":"Out"),
|
g_message("Focus%s on client for %lx", (e->type==FocusIn?"In":"Out"),
|
||||||
client->window);
|
client->window);
|
||||||
|
#endif
|
||||||
/* focus state can affect the stacking layer */
|
/* focus state can affect the stacking layer */
|
||||||
client_calc_layer(client);
|
client_calc_layer(client);
|
||||||
engine_frame_adjust_focus(client->frame);
|
engine_frame_adjust_focus(client->frame);
|
||||||
|
|
Loading…
Reference in a new issue