SDL_syswm.h has been removed and replaced with window properties
This commit is contained in:
@@ -415,62 +415,6 @@
|
||||
#cmakedefine SDL_VIDEO_DRIVER_X11_XSHAPE @SDL_VIDEO_DRIVER_X11_XSHAPE@
|
||||
#cmakedefine SDL_VIDEO_DRIVER_QNX @SDL_VIDEO_DRIVER_QNX@
|
||||
|
||||
#ifdef SDL_VIDEO_DRIVER_ANDROID
|
||||
#define SDL_ENABLE_SYSWM_ANDROID
|
||||
#else
|
||||
#define SDL_DISABLE_SYSWM_ANDROID
|
||||
#endif
|
||||
#ifdef SDL_VIDEO_DRIVER_COCOA
|
||||
#define SDL_ENABLE_SYSWM_COCOA
|
||||
#else
|
||||
#define SDL_DISABLE_SYSWM_COCOA
|
||||
#endif
|
||||
#ifdef SDL_VIDEO_DRIVER_HAIKU
|
||||
#define SDL_ENABLE_SYSWM_HAIKU
|
||||
#else
|
||||
#define SDL_DISABLE_SYSWM_HAIKU
|
||||
#endif
|
||||
#ifdef SDL_VIDEO_DRIVER_KMSDRM
|
||||
#define SDL_ENABLE_SYSWM_KMSDRM
|
||||
#else
|
||||
#define SDL_DISABLE_SYSWM_KMSDRM
|
||||
#endif
|
||||
#ifdef SDL_VIDEO_DRIVER_RISCOS
|
||||
#define SDL_ENABLE_SYSWM_RISCOS
|
||||
#else
|
||||
#define SDL_DISABLE_SYSWM_RISCOS
|
||||
#endif
|
||||
#ifdef SDL_VIDEO_DRIVER_UIKIT
|
||||
#define SDL_ENABLE_SYSWM_UIKIT
|
||||
#else
|
||||
#define SDL_DISABLE_SYSWM_UIKIT
|
||||
#endif
|
||||
#ifdef SDL_VIDEO_DRIVER_VIVANTE
|
||||
#define SDL_ENABLE_SYSWM_VIVANTE
|
||||
#else
|
||||
#define SDL_DISABLE_SYSWM_VIVANTE
|
||||
#endif
|
||||
#ifdef SDL_VIDEO_DRIVER_WAYLAND
|
||||
#define SDL_ENABLE_SYSWM_WAYLAND
|
||||
#else
|
||||
#define SDL_DISABLE_SYSWM_WAYLAND
|
||||
#endif
|
||||
#ifdef SDL_VIDEO_DRIVER_WINDOWS
|
||||
#define SDL_ENABLE_SYSWM_WINDOWS
|
||||
#else
|
||||
#define SDL_DISABLE_SYSWM_WINDOWS
|
||||
#endif
|
||||
#ifdef SDL_VIDEO_DRIVER_WINRT
|
||||
#define SDL_ENABLE_SYSWM_WINRT
|
||||
#else
|
||||
#define SDL_DISABLE_SYSWM_WINRT
|
||||
#endif
|
||||
#ifdef SDL_VIDEO_DRIVER_X11
|
||||
#define SDL_ENABLE_SYSWM_X11
|
||||
#else
|
||||
#define SDL_DISABLE_SYSWM_X11
|
||||
#endif
|
||||
|
||||
#cmakedefine SDL_VIDEO_RENDER_D3D @SDL_VIDEO_RENDER_D3D@
|
||||
#cmakedefine SDL_VIDEO_RENDER_D3D11 @SDL_VIDEO_RENDER_D3D11@
|
||||
#cmakedefine SDL_VIDEO_RENDER_D3D12 @SDL_VIDEO_RENDER_D3D12@
|
||||
|
||||
Reference in New Issue
Block a user