]> git.sur5r.net Git - i3/i3/commit - src/manage.c
Fix handling of new windows with WM_STATE_FULLSCREEN
authorjj <haptix@web.de>
Wed, 18 Sep 2013 18:06:48 +0000 (20:06 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 24 Sep 2013 04:36:56 +0000 (06:36 +0200)
commitee04f8bfdaeea0c7c592b3888bc4ecabb90f5d80
tree8c583053e2226601a85f37d6bdc143871e006f4c
parent3ba8642efd15456ab882a5f548bd6a28169ca3d0
Fix handling of new windows with WM_STATE_FULLSCREEN

If the currently focused window is in fullscreen mode, and a new window
is opened with WM_STATE_FULLSCREEN set, the new window now becomes the
new fullscreen window and gains focus.
src/manage.c
testcases/t/100-fullscreen.t