]> git.sur5r.net Git - i3/i3/commit
Bugfix: Use more precise floating point arithmetic (Thanks helgiks)
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 8 Dec 2009 10:48:25 +0000 (11:48 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 8 Dec 2009 10:52:53 +0000 (11:52 +0100)
commit8622cf3917e53585b62c8be0d72cddf3c440b30b
tree9cc50b0f55efeca6732da0705e057c437a3907f5
parent3057a2ec65afdd571687bc9eba236e81d016f58e
Bugfix: Use more precise floating point arithmetic (Thanks helgiks)

This prevents errors in rounding leading to an unoccupied space of
-1 which in turn leads to infinity when calculating the new size
of a container after resizing.
src/layout.c