]> 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:55:04 +0000 (22:55 +0100)
commit2a966014a77fab13d8cd0136ab6fcca0c6e48a1a
tree58c9306fe4ab52a202797355bb55edd82dbcf1a8
parenta74fdc64f9647bbc12ab36a6ff4a03f7d9523869
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