Ewmh: Add client_focus in ewmh_manage_net_wm_state when state is FULLSCREEN
This commit is contained in:
parent
f7315edc12
commit
4c13fcde33
@ -271,6 +271,7 @@ ewmh_manage_net_wm_state(long data_l[], Client *c)
|
||||
c->ogeo = c->geo;
|
||||
c->max = True;
|
||||
client_raise(c);
|
||||
client_focus(c);
|
||||
}
|
||||
else if(data_l[0] == _NET_WM_STATE_REMOVE && c->state_fullscreen)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user