]> git.sur5r.net Git - i3/i3/commit
Fix the resize algorithm I broke earlier.
authorFernando Tarlá Cardoso Lemos <fernandotcl@gmail.com>
Wed, 26 Jan 2011 00:14:04 +0000 (22:14 -0200)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 27 Jan 2011 12:00:14 +0000 (13:00 +0100)
commit568cafd4ec1f9d818f4b2ee4167a7b5666f7836a
treeaa34370bbeb44861daed6d01df41aa50f8889682
parentbc82fc7e9f12cfe3caed6f754ec548faf97ec9dc
Fix the resize algorithm I broke earlier.

The reason it was broken was that it was ok for the sum of the
percentages to be something other than 1.0. Now this is no longer
the case, the sum of the percentages must always be 1.0 or an
assertion will fail when we render the containers.
src/resize.c