about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorarg@mmvi <unknown>2006-09-20 09:40:35 +0200
committerarg@mmvi <unknown>2006-09-20 09:40:35 +0200
commit886b2088f18ea3cb14421702b154efdd4759cfb2 (patch)
tree5052b053aefe8fc047123b61ac362c1ef95a3077
parent551d6bb23dd4772a1a53a99d8d823ada5de9c3b6 (diff)
downloaddwm-886b2088f18ea3cb14421702b154efdd4759cfb2.tar.gz
improved intro comment in dwm.h, updated config.mk
-rw-r--r--config.mk2
-rw-r--r--dwm.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/config.mk b/config.mk
index 7a286f9..8282cb4 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
 # dwm version
-VERSION = 1.6
+VERSION = 1.7
 
 # Customize below to fit your system
 
diff --git a/dwm.h b/dwm.h
index b31a91d..c08388f 100644
--- a/dwm.h
+++ b/dwm.h
@@ -9,7 +9,7 @@
  * allowed to select for this event mask.
  *
  * Calls to fetch an X event from the event queue are blocking.  Due reading
- * status text from standard input, a select-driven main loop has been
+ * status text from standard input, a select()-driven main loop has been
  * implemented which selects for reads on the X connection and STDIN_FILENO to
  * handle all data smoothly. The event handlers of dwm are organized in an
  * array which is accessed whenever a new event has been fetched. This allows
@@ -26,8 +26,8 @@
  * Keys and tagging rules are organized as arrays and defined in the config.h
  * file. These arrays are kept static in event.o and tag.o respectively,
  * because no other part of dwm needs access to them.  The current mode is
- * represented by the arrange function pointer, which wether points to dofloat
- * or dotile. 
+ * represented by the arrange() function pointer, which wether points to
+ * dofloat() or dotile(). 
  *
  * To understand everything else, start reading main.c:main().
  */
/dwm/commit/README?h=5.7&id=650a1fb4e1a798aca48a53739f5bb2649191bc1c'>650a1fb ^
1076f2b
650a1fb ^
1076f2b
650a1fb ^
1076f2b

650a1fb ^
1076f2b
eff4478 ^
1076f2b
7b5638f ^

98c6a92 ^
98c6a92 ^

02cea3b ^
7b5638f ^
2b66f7a ^
98c6a92 ^
7b5638f ^
1076f2b

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