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

pull/578/head
Connor McLaughlin 5 years ago
parent 936d92dfb8
commit 84a52a3911

@ -58,6 +58,27 @@
#ifdef Status #ifdef Status
#undef Status #undef Status
#endif #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 #endif

Loading…
Cancel
Save