Hi!

The header-comment in dwm.c says that the Client struct is a double
linked list. This is not true anymore.

regards
Gtx

-- 
http://www.gnuffy.org - Real Community Distro
http://www.gnuffy.org/index.php/GnuEm - Gnuffy on Ipaq (Codename Peggy)
diff -r 41678fc29f2a dwm.c
--- a/dwm.c     Sun Oct 19 12:59:18 2008 +0100
+++ b/dwm.c     Sat Nov 15 11:20:37 2008 +0100
@@ -15,7 +15,7 @@
  *
  * Each child of the root window is called a client, except windows which have
  * set the override_redirect flag.  Clients are organized in a global
- * doubly-linked client list, the focus history is remembered through a global
+ * linked client list, the focus history is remembered through a global
  * stack list. Each client contains a bit array to indicate the tags of a
  * client.
  *

Reply via email to