summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-19 20:33:55 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-05-19 20:33:55 +0000
commit8f765c413911d355dd95a312e31deaf1166206f9 (patch)
treee65fcb0f176089856878301116ea95829dbd1afd
parent65cb00ad3da0cdaad1429ac5cb01e12d7f4a6d0d (diff)
downloadxorg-lib-libXrender-8f765c413911d355dd95a312e31deaf1166206f9.tar.gz
Add forgotten region.h
-rw-r--r--region.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/region.h b/region.h
new file mode 100644
index 0000000..234fe7e
--- /dev/null
+++ b/region.h
@@ -0,0 +1,10 @@
+/*
+ * Dummy header to work around the fact that Picture.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>