wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit bde061688cace18e463b745dc273c2aafec363e6
parent 0adf0d0cb345f7a2231c5e68b6de2049d479c5fc
Author: Denis Grelich <denisg@suckless.org>
Date:   Mon,  5 Feb 2007 20:40:00 +0100

the bar is now drawn with borders again

Diffstat:
bar.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bar.c b/bar.c @@ -112,6 +112,7 @@ draw_bar(WMScreen *s) { if(tb) b->brush.rect.x = tb->brush.rect.x + tb->brush.rect.width; draw_label(&b->brush, b->text); + draw_border(&b->brush); } MapBar: XCopyArea(blz.dpy, s->bbrush.drawable, s->barwin, s->bbrush.gc, 0, 0,