about summary refs log tree commit diff stats
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)
downloaddwm-ae0b4fdd92bc787f14ee21f1dd5c2ced06c6a36f.tar.gz
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);
 }
on' href='/acidbong/suckless/dwm/commit/Makefile?h=5.1&id=650a1fb4e1a798aca48a53739f5bb2649191bc1c'>650a1fb ^
dbf7e03 ^



1076f2b



0235a84 ^
5d3fd37 ^
17d39ee ^
e94774d ^

17d39ee ^
650a1fb ^
3d48f33 ^

1076f2b

4d55eee ^
db876f9 ^
dbf7e03 ^

4d55eee ^

d477fb6 ^
f806a17 ^
4d55eee ^


dbf7e03 ^

4d55eee ^
dbf7e03 ^
4d55eee ^


dbf7e03 ^
ad4962c ^
4d55eee ^
dbf7e03 ^

4d55eee ^



dc5c070 ^

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
59
60