From eab6ff75c0637500abd7db8934896c16d4a07041 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sat, 12 May 2007 16:56:36 +0000 Subject: [PATCH] micromicrooptimization --- render/theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render/theme.c b/render/theme.c index 8051a3af..6635207f 100644 --- a/render/theme.c +++ b/render/theme.c @@ -1198,7 +1198,7 @@ RrTheme* RrThemeNew(const RrInstance *inst, gchar *name, 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 -- 2.39.2