mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-29 16:09:13 +00:00
Added SDL_SetSurfaceScaleMode() and SDL_GetSurfaceScaleMode() to control scale mode using SDL_BlitSurfaceScaled()
This commit is contained in:
parent
4d5949dcf6
commit
84a0d5f623
7 changed files with 86 additions and 12 deletions
|
@ -963,6 +963,8 @@ SDL3_0.0.0 {
|
|||
SDL_strnstr;
|
||||
SDL_wcsnstr;
|
||||
SDL_SyncWindow;
|
||||
SDL_SetSurfaceScaleMode;
|
||||
SDL_GetSurfaceScaleMode;
|
||||
# extra symbols go here (don't modify this line)
|
||||
local: *;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue