get xorg/x11 working on Darwin

This commit is contained in:
Charles Strahan
2014-08-12 20:40:57 -04:00
parent 48c5574f5a
commit 5ea8497933
44 changed files with 4859 additions and 499 deletions
@@ -0,0 +1,13 @@
diff --git a/src/x-list.h b/src/x-list.h
index bb85c02..059c88b 100644
--- a/src/x-list.h
+++ b/src/x-list.h
@@ -39,7 +39,7 @@
#endif
#ifndef X_EXTERN
-# define X_EXTERN __private_extern__
+# define X_EXTERN extern
#endif
X_EXTERN void X_PFX (list_free_1) (x_list *node);