dep/vulkan-loader: undef a bunch more problematic X11 defines
This commit is contained in:
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…
Reference in New Issue