mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:51:07 +01:00
Updated SDL_syswm.h for SDL 3.0
* The header is no longer dependent on SDL build configuration * The structures are versioned separately from the rest of SDL * SDL_GetWindowWMInfo() now returns a standard result code and is passed the version expected by the application * Updated WhatsNew.txt and docs/README-migration.md with the first API changes in SDL 3.0
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
|
||||
#ifdef TEST_NATIVE_X11
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
|
||||
static void *CreateWindowX11(int w, int h);
|
||||
static void DestroyWindowX11(void *window);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user