Fix _NET_WM_STATE_FULLSCREEN window geometry in fullscreen layout.

fixes #155
This commit is contained in:
Reginald Kennedy 2016-11-24 00:43:12 +08:00
parent 82e9341888
commit 79473c1e77

View file

@ -5484,7 +5484,7 @@ max_stack(struct workspace *ws, struct swm_geometry *g)
if (ICONIC(w))
continue;
if (TRANS(w)) {
if (TRANS(w) || FULLSCREEN(w)) {
update_floater(w);
continue;
}