summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-18 18:50:23 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-18 18:50:23 +0000
commit3dde0d733cad58f01c3d667d7e6bc0dd6ca40608 (patch)
treee2d31ff7dc5dd2d7e9dd772bf3b2449a271bc9ea /src
parentd7dfac923b491ade943977e6949e40794bdc722f (diff)
- Add build system for Xext
Diffstat (limited to 'src')
-rw-r--r--src/region.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/region.h b/src/region.h
new file mode 100644
index 0000000..18ccc0e
--- /dev/null
+++ b/src/region.h
@@ -0,0 +1,11 @@
+/*
+ * Dummy header to work around the fact that XShape.c does
+ *
+ * #include "region.h"
+ *
+ * but the files is actually part of libX11 and installed in
+ * /usr/include/X11/region.h
+ *
+ */
+
+#include <X11/region.h>