about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-05 11:19:46 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-05 11:19:46 +0100
commit7ece30ebc04640258b5e20dcc71f51e1b01c9222 (patch)
tree0e78d34fbe380b6e1d4fcb9990a5f84505996d19
parent3d48f330255eec6a404586f3cfe0e78d6d80e951 (diff)
downloaddwm-7ece30ebc04640258b5e20dcc71f51e1b01c9222.tar.gz
made some changes more concistent
-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
 
0 committer Thomas E. Dickey <dickey@invisible-island.net> 1997-04-16 01:40:22 -0400 snapshot of project "lynx", label v2-7-1ac_0-6' href='/ingrix/lynx-snapshots/commit/WWW/Library/Implementation/UCAux.h?id=e4409c408eedf320b8845cafdd62b664bec1afd8'>e4409c40 ^
af9be28b ^
57bfc74f ^
e4409c40 ^
e47cfd56 ^
af9be28b ^
e47cfd56 ^

1fc1d8af ^




































2d161b7d ^
1fc1d8af ^

e47cfd56 ^
1fc1d8af ^


2d161b7d ^
1fc1d8af ^








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
61
62
63
64
65
66
67
68
69
70
71
72
73