all repos — openbox @ 9e9e6278d5497b62ee29e60a1a6b79a1d89048e1

openbox fork - make it a bit more like ryudo

attemp #3
Dana Jansens danakj@orodu.net
commit

9e9e6278d5497b62ee29e60a1a6b79a1d89048e1

parent

f346738173cc353dd86c1f3b6806f41d99aade3b

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M openbox/client.copenbox/client.c

@@ -1791,8 +1791,8 @@ if (baseh + h < 1) h = 1 - baseh;

/* store the logical size */ SIZE_SET(self->logical_size, - self->size_inc.width == 1 ? w : w + basew, - self->size_inc.height == 1 ? h : h + baseh); + self->size_inc.width > 1 ? w : w + basew, + self->size_inc.height > 1 ? h : h + baseh); w *= self->size_inc.width; h *= self->size_inc.height;