Ewmh: Add client_focus in ewmh_manage_net_wm_state when state is FULLSCREEN

This commit is contained in:
Martin Duquesnoy 2009-05-03 03:07:21 +02:00
parent f7315edc12
commit 4c13fcde33

View File

@ -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)
{