]> 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:48:25 +0000 (11:48 +0100)
commitbefd7f6f22f3399eee50b15896a6186534e47018
tree9aff1b1a70435ba95debd20300c445c83f8e5258
parent99c7a14285ad3c2007e4d888c71ba5c35d27e575
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