mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-29 07:59:11 +00:00
Fixed display orientation function names for SDL 3.0 convention
This commit is contained in:
parent
d91e96e7f5
commit
9fe384b696
10 changed files with 20 additions and 20 deletions
|
@ -166,7 +166,7 @@ SDL3_0.0.0 {
|
|||
SDL_GetDisplayForPoint;
|
||||
SDL_GetDisplayForRect;
|
||||
SDL_GetDisplayName;
|
||||
SDL_GetDisplayCurrentOrientation;
|
||||
SDL_GetCurrentDisplayOrientation;
|
||||
SDL_GetDisplayUsableBounds;
|
||||
SDL_GetError;
|
||||
SDL_GetErrorMsg;
|
||||
|
@ -866,7 +866,7 @@ SDL3_0.0.0 {
|
|||
SDL_hid_get_report_descriptor;
|
||||
SDL_HasWindowSurface;
|
||||
SDL_DestroyWindowSurface;
|
||||
SDL_GetDisplayNaturalOrientation;
|
||||
SDL_GetNaturalDisplayOrientation;
|
||||
# extra symbols go here (don't modify this line)
|
||||
local: *;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue