]> git.sur5r.net Git - i3/i3/commit
Don't draw stacked decors overlapping a fs window.
authorFernando Tarlá Cardoso Lemos <fernandotcl@gmail.com>
Sun, 18 Jul 2010 00:40:42 +0000 (21:40 -0300)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 20 Jul 2010 20:20:48 +0000 (22:20 +0200)
commit9c5a8d606c6491c3435495d2407f722176002281
tree650e55bb821f487208ce9afbbb5a7ba9ae2174e4
parentff64b0db59a26a1c8a63fb552787f124d9238f60
Don't draw stacked decors overlapping a fs window.

When both a fullscreen window and a floating window existed at the same time,
we used to configure stack_win as a sibling of the floating window. Now we
first check if a fullscreen window exists so that the decorations are always
behind it.
src/layout.c