mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-29 16:09:13 +00:00
Remove SDL_{Set,Get}SurfaceScale().
Add Scale parameter to SDL_BlitSurfaceScaled() and SDL_BlitSurfaceScaledUnchecked() (see #8732)
This commit is contained in:
parent
e66896406d
commit
5dba04b29b
10 changed files with 38 additions and 128 deletions
|
@ -963,8 +963,6 @@ SDL3_0.0.0 {
|
|||
SDL_strnstr;
|
||||
SDL_wcsnstr;
|
||||
SDL_SyncWindow;
|
||||
SDL_SetSurfaceScaleMode;
|
||||
SDL_GetSurfaceScaleMode;
|
||||
SDL_GetGamepadSteamHandle;
|
||||
# extra symbols go here (don't modify this line)
|
||||
local: *;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue