summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2010-02-21 19:15:27 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2010-02-21 19:15:27 +0100
commit50aff37f501046982d544383219f8b90c0bb2498 (patch)
treee2ee369535b3d363b98f25ef15543118fafe723e /calmwm.h
parent507480a69503bd3a5924ebd8cc2e9a971efe62d9 (diff)
downloadcwm-50aff37f501046982d544383219f8b90c0bb2498.tar.gz
cwm-50aff37f501046982d544383219f8b90c0bb2498.tar.xz
cwm-50aff37f501046982d544383219f8b90c0bb2498.zip
Import linux.patch
Patch largely based on cwmbuild.sh from http://tamentis.com/hacks/cwm/
written by Bertrand Janin, updated by Christian Neukirchen.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/calmwm.h b/calmwm.h
index bb25ea6..810dd4b 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -21,6 +21,10 @@
 #ifndef _CALMWM_H_
 #define _CALMWM_H_
 
+/* ugly stuff */
+#define TAILQ_END(head) NULL
+#define __dead
+
 #include <X11/Xatom.h>
 #include <X11/Xft/Xft.h>
 #include <X11/Xlib.h>