Bugfix: Correctly move floating windows to invisible workspaces cross-output (Thanks swh)

This commit is contained in:
Michael Stapelberg
2012-09-29 00:02:41 +02:00
parent 2d0b60bd58
commit 31e8d7f2f8
2 changed files with 11 additions and 4 deletions

View File

@ -792,7 +792,7 @@ static void x_push_node_unmaps(Con *con) {
}
cookie = xcb_unmap_window(conn, con->frame);
DLOG("unmapping container (serial %d)\n", cookie.sequence);
DLOG("unmapping container %p / %s (serial %d)\n", con, con->name, cookie.sequence);
/* we need to increase ignore_unmap for this container (if it
* contains a window) and for every window "under" this one which
* contains a window */