Backends: SDL2: Replace SDL_Vulkan_GetDrawableSize() forward declaration with the actual include. (#8095, #7967, #3190)

This commit is contained in:
Eugene Sandulenko
2024-10-24 00:20:13 +02:00
committed by ocornut
parent 06092a9756
commit a855bd8df3
2 changed files with 4 additions and 3 deletions

View File

@@ -115,7 +115,7 @@
#endif
#define SDL_HAS_VULKAN SDL_VERSION_ATLEAST(2,0,6)
#if SDL_HAS_VULKAN
extern "C" { extern DECLSPEC void SDLCALL SDL_Vulkan_GetDrawableSize(SDL_Window* window, int* w, int* h); }
#include <SDL_vulkan.h>
#endif
// SDL Data