aewl

changeset 686:4fd68b1485eb

added missing space
author Anselm R. Garbe <arg@suckless.org>
date Fri, 12 Jan 2007 21:56:01 +0100
parents 3ae7b19db478
children a76799907854
files draw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/draw.c	Fri Jan 12 13:06:15 2007 +0100
     1.2 +++ b/draw.c	Fri Jan 12 21:56:01 2007 +0100
     1.3 @@ -149,7 +149,7 @@
     1.4  	XMapWindow(dpy, c->twin);
     1.5  	dc.x = dc.y = 0;
     1.6  	dc.w = c->tw;
     1.7 -	drawtext(c->name, dc.norm, False,False);
     1.8 +	drawtext(c->name, dc.norm, False, False);
     1.9  	XCopyArea(dpy, dc.drawable, c->twin, dc.gc, 0, 0, c->tw, c->th, 0, 0);
    1.10  	XSync(dpy, False);
    1.11  }