From 84a52a391170bad95bd72aacd1d094e077391bd5 Mon Sep 17 00:00:00 2001
From: Connor McLaughlin <stenzek@gmail.com>
Date: Tue, 30 Jun 2020 03:03:27 +1000
Subject: [PATCH] dep/vulkan-loader: undef a bunch more problematic X11 defines

---
 dep/vulkan-loader/include/vulkan_loader.h | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/dep/vulkan-loader/include/vulkan_loader.h b/dep/vulkan-loader/include/vulkan_loader.h
index bda8fa8c2..70e9480aa 100644
--- a/dep/vulkan-loader/include/vulkan_loader.h
+++ b/dep/vulkan-loader/include/vulkan_loader.h
@@ -58,6 +58,27 @@
 #ifdef Status
 #undef Status
 #endif
+#ifdef CursorShape
+#undef CursorShape
+#endif
+#ifdef KeyPress
+#undef KeyPress
+#endif
+#ifdef KeyRelease
+#undef KeyRelease
+#endif
+#ifdef FocusIn
+#undef FocusIn
+#endif
+#ifdef FocusOut
+#undef FocusOut
+#endif
+#ifdef FontChange
+#undef FontChange
+#endif
+#ifdef Expose
+#undef Expose
+#endif
 
 #endif