]> git.sur5r.net Git - i3/i3/commit
Bugfix: Fix two problems in resizing floating windows with right mouse button (Thanks...
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 26 Nov 2009 21:17:38 +0000 (22:17 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 26 Nov 2009 21:21:16 +0000 (22:21 +0100)
commit0f64737a56b86467e19b8e55b194dbbb512a9d64
tree3a3428ef988f4ac7c4938b9d7aaf4f4ea639494c
parent5304e7188ff85a144d312d7a7fddca3d90656c12
Bugfix: Fix two problems in resizing floating windows with right mouse button (Thanks Mirko)

Minimum width/height was not consistent with the limit for grabbing
and resizing a window at its border.
If one of both was violated (width < min_width for example), none
of them were updated.
src/floating.c