dep/vulkan-loader: undef a bunch more problematic X11 defines

This commit is contained in:
Connor McLaughlin 2020-06-30 03:03:27 +10:00
parent 936d92dfb8
commit 84a52a3911
1 changed files with 21 additions and 0 deletions

View File

@ -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