aboutsummaryrefslogtreecommitdiff
path: root/draw.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-01-12 21:56:01 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-01-12 21:56:01 +0100
commitae0b4fdd92bc787f14ee21f1dd5c2ced06c6a36f (patch)
tree04cac5f2e55c328785efe4ae8e23cc95c4475b90 /draw.c
parentb3cea4d3886458a42f74490d604fe3586035f70b (diff)
added missing space
Diffstat (limited to 'draw.c')
-rw-r--r--draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw.c b/draw.c
index fe73867..ba99ee0 100644
--- a/draw.c
+++ b/draw.c
@@ -149,7 +149,7 @@ drawclient(Client *c) {
XMapWindow(dpy, c->twin);
dc.x = dc.y = 0;
dc.w = c->tw;
- drawtext(c->name, dc.norm, False,False);
+ drawtext(c->name, dc.norm, False, False);
XCopyArea(dpy, dc.drawable, c->twin, dc.gc, 0, 0, c->tw, c->th, 0, 0);
XSync(dpy, False);
}