]> git.sur5r.net Git - i3/i3/commit
Fix the coords of floating cons when moving workspaces.
authorFernando Tarlá Cardoso Lemos <fernandotcl@gmail.com>
Sun, 29 Jan 2012 18:22:43 +0000 (16:22 -0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 15 Feb 2012 18:03:37 +0000 (18:03 +0000)
commit36a1a8282f99bbfd905d97b44a091a37f768bf88
tree347c45d595652b6a17086b5fede98eca4c10a37f
parent6d0dcf06ef90b87f5579aebfdc4ae950869e0fcd
Fix the coords of floating cons when moving workspaces.

Fixes floating containers seemingly showing up in the wrong
workspace after moving workspaces containing floating containers.

We must *always* fix the coordinates of floating containers when
moving workspaces across outputs. That's because the coordinates
of floating containers are *not* relative to the workspaces.
src/commands.c