]> git.sur5r.net Git - i3/i3/commit
Bugfix: Avoid out of bounds coordinates when moving floating windows (Thanks eeemsi)
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 18 Sep 2011 16:00:29 +0000 (17:00 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 18 Sep 2011 16:00:29 +0000 (17:00 +0100)
commita82f5750ded81dd1789c868f0e8f233c5b79b85a
tree20a276cf5f8c58d779afdd55ba195de49aa465aa
parent254299b4cdc8244cd3b0d9b8a00e0d02da2cce15
Bugfix: Avoid out of bounds coordinates when moving floating windows (Thanks eeemsi)

This commit makes the coordinates proportional when moving floating windows.
That is, if you have a window at the bottom of your 1920 px monitor and move it
to your 800 px monitor, it will be at the bottom of the 800 px monitor (and not
out of bounds).
src/con.c