You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sdl/src/video/vita
Simon McVittie 412ceb84d4 video: Only check major version in SDL_GetWindowWMInfo
Since #5602, SDL is intended to have the same ABI across the whole
major-version 2 cycle, so we should not check that the minor version
matches the one that was used to compile an application.

There are two checks that could make sense here.

The first check is that the major version matches the expected major
version. This is usually unnecessary and is not usually done (if we're
calling into the wrong library we'll likely crash anyway), but since we
have the information, we might as well continue to use it.

The second check is whether the version provided by the caller is
equal to or greater than a threshold version at which additional fields
were added to the struct. If it is, we should populate those fields;
if it is not, then we cannot. This is only useful on platforms where
additional fields have genuinely been added during the lifetime of
SDL 2, like Windows and DirectFB (but not X11).

This commit changes the first check to be consistent about only looking
at the minor version, while leaving the second check using SDL_VERSIONNUM
(which will be removed or widened in SDL 3, but it's fine for now).

Resolves: https://github.com/libsdl-org/SDL/issues/5711
Fixes: cd7c2f1 "Switch versioning scheme to be the same as GLib and Flatpak"
Signed-off-by: Simon McVittie <smcv@collabora.com>
3 years ago
..
SDL_vitaframebuffer.c Fix recent changes in VitaSDK 3 years ago
SDL_vitaframebuffer.h Updated copyright for 2022 4 years ago
SDL_vitagl_pvr.c Vita: PVROGL: fix indentation and ifdef guards 4 years ago
SDL_vitagl_pvr_c.h Desktop OpenGL 1.X/2.X PSVita Support 4 years ago
SDL_vitagles.c Desktop OpenGL 1.X/2.X PSVita Support 4 years ago
SDL_vitagles_c.h Desktop OpenGL 1.X/2.X PSVita Support 4 years ago
SDL_vitagles_pvr.c Desktop OpenGL 1.X/2.X PSVita Support 4 years ago
SDL_vitagles_pvr_c.h Desktop OpenGL 1.X/2.X PSVita Support 4 years ago
SDL_vitakeyboard.c Updated copyright for 2022 4 years ago
SDL_vitakeyboard.h Updated copyright for 2022 4 years ago
SDL_vitamessagebox.c Updated copyright for 2022 4 years ago
SDL_vitamessagebox.h Updated copyright for 2022 4 years ago
SDL_vitamouse.c Updated copyright for 2022 4 years ago
SDL_vitamouse_c.h Updated copyright for 2022 4 years ago
SDL_vitatouch.c Fix touch holding detection after #5244 changes 4 years ago
SDL_vitatouch.h Updated copyright for 2022 4 years ago
SDL_vitavideo.c video: Only check major version in SDL_GetWindowWMInfo 3 years ago
SDL_vitavideo.h Desktop OpenGL 1.X/2.X PSVita Support 4 years ago