]> git.sur5r.net Git - i3/i3/commit
Bugfix: Fix resizing of floating windows in borderless/1-px-border mode (Thanks Grauwolf)
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 18 Nov 2009 21:53:17 +0000 (22:53 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 18 Nov 2009 21:53:17 +0000 (22:53 +0100)
commitc5da7bd266391bb0be5500ddfc6f5b154852869c
tree7d655da0178523b4f87affa37ad5e2a33eae7e34
parentff3809f388a92170964961a943b9ae51c4abbc35
Bugfix: Fix resizing of floating windows in borderless/1-px-border mode (Thanks Grauwolf)

Calculations were wrong (they simply didn’t take into account that
there is more than one border style, the code was from before we
implemented that…). We cannot directly set child_rect to the coordinates
as resize_client takes rect and calculates the child_rect, so we need
the new lines of code for this bugfix in any case (rect needs to be
updated).
src/handlers.c