]> 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:19:38 +0000 (22:19 +0200)
commit20fc7681b1764cce5831adb762f503e163d11fdb
treea1cf7539519f37e8e692ac92a8f4a33dd6cd3f8c
parent935f950ce28c82d6eb47979cf285f11fb0cf49d9
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