aewl

diff bar.c @ 22:bd3a44353916

fixed several other stuff, coming closer to something useful
author Anselm R. Garbe <garbeam@wmii.de>
date Tue, 11 Jul 2006 23:46:39 +0200
parents 359b6e563b95
children e8f627998d6f
line diff
     1.1 --- a/bar.c	Tue Jul 11 23:18:30 2006 +0200
     1.2 +++ b/bar.c	Tue Jul 11 23:46:39 2006 +0200
     1.3 @@ -15,7 +15,7 @@
     1.4  	if(stack) {
     1.5  		brush.rect.width = textwidth(&brush.font, stack->name) + labelheight(&brush.font);
     1.6  		swap((void **)&brush.fg, (void **)&brush.bg);
     1.7 -		draw(dpy, &brush, False, stack->name);
     1.8 +		draw(dpy, &brush, True, stack->name);
     1.9  		swap((void **)&brush.fg, (void **)&brush.bg);
    1.10  		brush.rect.x += brush.rect.width;
    1.11  	}