applied Gottox' comment fix (thanks) 5f74dc5e
Anselm R Garbe · 2008-11-16 13:22 1 file(s) · +1 −1
dwm.c +1 −1
15 15
 *
16 16
 * Each child of the root window is called a client, except windows which have
17 17
 * set the override_redirect flag.  Clients are organized in a global
18 -
 * doubly-linked client list, the focus history is remembered through a global
18 +
 * linked client list, the focus history is remembered through a global
19 19
 * stack list. Each client contains a bit array to indicate the tags of a
20 20
 * client.
21 21
 *