nixpkgs-odroid-hc4/pkgs/servers/x11/quartz-wm/extern-patch.patch
2025-12-20 09:59:59 +11:00

13 lines
280 B
Diff

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);