summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2009-12-15 03:24:36 +0000
committerokan <okan>2009-12-15 03:24:36 +0000
commitb6b7d273d4bf5486a6efb4ec2100f59d8dfaf8a8 (patch)
treebf53af07edb76a5039d3ee7581a8d643302f501f /calmwm.h
parent49661d405b6414357f60e75135c5cce3967fa519 (diff)
downloadcwm-b6b7d273d4bf5486a6efb4ec2100f59d8dfaf8a8.tar.gz
cwm-b6b7d273d4bf5486a6efb4ec2100f59d8dfaf8a8.tar.xz
cwm-b6b7d273d4bf5486a6efb4ec2100f59d8dfaf8a8.zip
merge the 2 common header files; specific includes to be pulled out as
separate commits.

ok oga@
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/calmwm.h b/calmwm.h
index b278f7b..38a3166 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -21,6 +21,33 @@
 #ifndef _CALMWM_H_
 #define _CALMWM_H_
 
+#include <sys/param.h>
+#include <sys/queue.h>
+#include <sys/stat.h>
+#include <sys/wait.h>
+
+#include <assert.h>
+#include <ctype.h>
+#include <err.h>
+#include <errno.h>
+#include <dirent.h>
+#include <getopt.h>
+#include <signal.h>
+#include <stdlib.h>
+#include <string.h>
+#include <stdio.h>
+#include <unistd.h>
+
+#include <X11/Xatom.h>
+#include <X11/Xft/Xft.h>
+#include <X11/Xlib.h>
+#include <X11/Xproto.h>
+#include <X11/Xutil.h>
+#include <X11/cursorfont.h>
+#include <X11/extensions/Xinerama.h>
+#include <X11/extensions/Xrandr.h>
+#include <X11/keysym.h>
+
 #define CALMWM_MAXNAMELEN 256
 
 #undef MIN