mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
SDL_waylandvulkan.c: fix type redefinition errors.
Fixes https://github.com/libsdl-org/SDL/issues/9620
This commit is contained in:
@@ -28,10 +28,11 @@
|
|||||||
|
|
||||||
#if defined(SDL_VIDEO_VULKAN) && defined(SDL_VIDEO_DRIVER_WAYLAND)
|
#if defined(SDL_VIDEO_VULKAN) && defined(SDL_VIDEO_DRIVER_WAYLAND)
|
||||||
|
|
||||||
|
#include "../SDL_vulkan_internal.h"
|
||||||
|
|
||||||
#include "SDL_waylandvideo.h"
|
#include "SDL_waylandvideo.h"
|
||||||
#include "SDL_waylandwindow.h"
|
#include "SDL_waylandwindow.h"
|
||||||
|
|
||||||
#include "../SDL_vulkan_internal.h"
|
|
||||||
#include "SDL_waylandvulkan.h"
|
#include "SDL_waylandvulkan.h"
|
||||||
|
|
||||||
#ifdef SDL_PLATFORM_OPENBSD
|
#ifdef SDL_PLATFORM_OPENBSD
|
||||||
|
Reference in New Issue
Block a user