made some changes more concistent 7ece30eb
Anselm R. Garbe · 2007-02-05 11:19 2 file(s) · +3 −3
client.c +2 −2
7 7
#include <X11/Xatom.h>
8 8
#include <X11/Xutil.h>
9 9
10 -
/* static functions */
10 +
/* static */
11 11
12 12
static void
13 13
detachstack(Client *c) {
65 65
	return 0;
66 66
}
67 67
68 -
/* extern functions */
68 +
/* extern */
69 69
70 70
void
71 71
configure(Client *c) {
config.mk +1 −1
1 1
# dwm version
2 -
VERSION = 3.3
2 +
VERSION = 3.4
3 3
4 4
# Customize below to fit your system
5 5