From f5bd8fd2fcd5f1773aa0d918ec20ac48c8f5e06d Mon Sep 17 00:00:00 2001 From: rcyeske Date: Wed, 25 Oct 2000 06:15:15 +0000 Subject: fixed right hand side bar location: right-most border now shows --- src/bar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bar.c b/src/bar.c index 5ec2ab2..e61c9cd 100644 --- a/src/bar.c +++ b/src/bar.c @@ -80,7 +80,7 @@ calc_bar_width (XFontStruct *font) int bar_x (screen_info *s, int width) { - if (BAR_LOCATION >= 2) return s->root_attr.width - width; + if (BAR_LOCATION >= 2) return s->root_attr.width - width - 2; else return 0; } -- cgit v1.2.3