sdlwiki icon indicating copy to clipboard operation
sdlwiki copied to clipboard

Feedback on page SDL3/SDL_GetWindowWMInfo

Open c-smile opened this issue 7 months ago • 5 comments

this is incorrect:

SDL_VERSION(&info.version); 

SDL_VERSION expects a SDL_version struct to initialize but info.version is an int.

c-smile avatar Nov 16 '23 17:11 c-smile