]> git.sur5r.net Git - i3/i3/commit
A new logic to calculate the percentages.
authorFernando Tarlá Cardoso Lemos <fernandotcl@gmail.com>
Tue, 25 Jan 2011 23:50:23 +0000 (21:50 -0200)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 27 Jan 2011 12:00:14 +0000 (13:00 +0100)
commit45227fba547fe8d264dce91a48143b6d1d413530
tree566cdb60cb7e61b81aebc443865133c2659fbadd
parenta93f4643ecfc9b8ad9d806090e531fb125906e4b
A new logic to calculate the percentages.

It's slower, but this way we make sure that the resulting
percentages *ALWAYS* sum up to 1.0 (or as close to that as we get
with double math).
src/con.c