]> 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:17:38 +0000 (22:17 +0100)
commitec2e5e83645b2c9bb6ca654946094bfa8d1491b1
tree6546d68bdc9500f2d84a22ce364361d2910135b8
parent5a1668db36d31ee7984c90c33ef5868b4f0d0c29
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