more qt fixes

This commit is contained in:
lizzie 2026-03-18 00:31:33 +00:00 committed by crueter
parent c907f8f0e4
commit a64747a963
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6
8 changed files with 39 additions and 34 deletions

View file

@ -22,13 +22,19 @@
#include <vulkan/vulkan.h>
/* X11 defines */
// X11 defines
#ifdef Success
# undef Success
#endif
#ifdef BadValue
# undef BadValue
#endif
#ifdef GrayScale
# undef GrayScale
#endif
#ifdef KeyPress
# undef KeyPress
#endif
// Define maintenance 7-9 extension names (not yet in official Vulkan headers)
#ifndef VK_KHR_MAINTENANCE_7_EXTENSION_NAME