about summary refs log tree commit diff stats
path: root/draw.c
diff options
context:
space:
mode:
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);
 }
3441'>^
9eb909baf ^


7eb39d9d2 ^
9eb909baf ^
7eb39d9d2 ^
9eb909baf ^



9eb909baf ^
64517445e ^

9eb909baf ^

7eb39d9d2 ^
9eb909baf ^


0121dda9b ^
5783cd67a ^
657e09e79 ^
0121dda9b ^
ddad57e7a ^
657e09e79 ^
7804b5c55 ^
86556ebfd ^

9eb909baf ^



0121dda9b ^




1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58