about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--client.c4
-rw-r--r--config.mk2
2 files changed, 3 insertions, 3 deletions
diff --git a/client.c b/client.c
index badb875..f3c9bf2 100644
--- a/client.c
+++ b/client.c
@@ -7,7 +7,7 @@
 #include <X11/Xatom.h>
 #include <X11/Xutil.h>
 
-/* static functions */
+/* static */
 
 static void
 detachstack(Client *c) {
@@ -65,7 +65,7 @@ xerrordummy(Display *dsply, XErrorEvent *ee) {
 	return 0;
 }
 
-/* extern functions */
+/* extern */
 
 void
 configure(Client *c) {
diff --git a/config.mk b/config.mk
index c48ecf3..338632d 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
 # dwm version
-VERSION = 3.3
+VERSION = 3.4
 
 # Customize below to fit your system
 
le='Blame the previous revision' href='/akkartik/mu/blame/063list.mu?h=hlt&id=10ffce9815b0242259730629668215b01dccbda1'>^
4c3e1f07 ^
502d2ea5 ^

87ef6a67 ^

4c3e1f07 ^
77d5b5d6 ^
4c3e1f07 ^

87ef6a67 ^


4c3e1f07 ^
77d5b5d6 ^
4c3e1f07 ^



87ef6a67 ^

687dd3f5 ^
4c3e1f07 ^







87ef6a67 ^







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