]> git.sur5r.net Git - i3/i3/commit
bugfix: default floating border regression
authorTony Crisci <tony@dubstepdish.com>
Mon, 7 Jul 2014 22:42:15 +0000 (18:42 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 10 Jul 2014 20:32:27 +0000 (22:32 +0200)
commit196e748e94550b0f31714517526147a47f922ee5
tree901d81175ba7f283d5cfe9bfd6c2cfd01d708732
parentb7f4ac769ba2d1a31563378e08dc58a1ab812c58
bugfix: default floating border regression

Fixes a bug where a normal floating default border is not applied when
the default tiling border is set to a pixel value.

This bug was introduced in this commit:

43b447855df095c56e860117d53acd0dd09ac42b

Consider motif border for floating geometry

Fixes a comment that claimed default floating border could override
motif hints, which was never the case.

fixes #1305
src/manage.c
testcases/t/234-regress-default-floating-border.t [new file with mode: 0644]