all repos — openbox @ eab6ff75c0637500abd7db8934896c16d4a07041

openbox fork - make it a bit more like ryudo

micromicrooptimization
Mikael Magnusson mikachu@comhem.se
commit

eab6ff75c0637500abd7db8934896c16d4a07041

parent

4320bf5fc0119f16974d487a5ec5f4d5babdcde3

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

jump to
M render/theme.crender/theme.c

@@ -1198,7 +1198,7 @@

RrMargins(theme->a_focused_label, &fl, &ft, &fr, &fb); RrMargins(theme->a_unfocused_label, &ul, &ut, &ur, &ub); theme->label_height = theme->win_font_height + MAX(ft + fb, ut + ub); - theme->label_height += theme->label_height % 2; + theme->label_height += theme->label_height & 1; /* this would be nice I think, since padding.width can now be 0, but it breaks frame.c horribly and I don't feel like fixing that