]> git.sur5r.net Git - i3/i3/commit
Bugfix: Correctly place new windows below fullscreen windows (Thanks Moredread)
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 12 Dec 2009 20:29:07 +0000 (21:29 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 12 Dec 2009 20:32:42 +0000 (21:32 +0100)
commit01f7250f6a9b8885f3d71411ed75caba9e5bff92
tree261797a38fe7f35242cce8c0a17c3c82336186b4
parent3e7ae4f7def39ffddcee703d4cef86812d12208d
Bugfix: Correctly place new windows below fullscreen windows (Thanks Moredread)

This bug could happen if you have floating and tiling windows (for
example Firefox in tiling mode and its Open dialog in autmatically
floating mode) and you opened a new tiling window while in fullscreen.

i3 would then place the window below the floating windows, but
floating clients are above fullscreen windows. Thus, the client
would be placed above the fullscreen window.
src/client.c