added missing space
This commit is contained in:
parent
b3cea4d388
commit
ae0b4fdd92
1 changed files with 1 additions and 1 deletions
2
draw.c
2
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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue