Skip to content

Commit 9caffbe

Browse files
committed
update dynapi
1 parent 536b192 commit 9caffbe

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/dynapi/SDL_dynapi.sym

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -867,6 +867,8 @@ SDL3_0.0.0 {
867867
SDL_HasWindowSurface;
868868
SDL_DestroyWindowSurface;
869869
SDL_GetNaturalDisplayOrientation;
870+
SDL_StartLocation;
871+
SDL_StopLocation;
870872
# extra symbols go here (don't modify this line)
871873
local: *;
872874
};

src/dynapi/SDL_dynapi_overrides.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -893,3 +893,5 @@
893893
#define SDL_HasWindowSurface SDL_HasWindowSurface_REAL
894894
#define SDL_DestroyWindowSurface SDL_DestroyWindowSurface_REAL
895895
#define SDL_GetNaturalDisplayOrientation SDL_GetNaturalDisplayOrientation_REAL
896+
#define SDL_StartLocation SDL_StartLocation_REAL
897+
#define SDL_StopLocation SDL_StopLocation_REAL

src/dynapi/SDL_dynapi_procs.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -938,3 +938,5 @@ SDL_DYNAPI_PROC(int,SDL_hid_get_report_descriptor,(SDL_hid_device *a, unsigned c
938938
SDL_DYNAPI_PROC(SDL_bool,SDL_HasWindowSurface,(SDL_Window *a),(a),return)
939939
SDL_DYNAPI_PROC(int,SDL_DestroyWindowSurface,(SDL_Window *a),(a),return)
940940
SDL_DYNAPI_PROC(SDL_DisplayOrientation,SDL_GetNaturalDisplayOrientation,(SDL_DisplayID a),(a),return)
941+
SDL_DYNAPI_PROC(int,SDL_StartLocation,(void),(),return)
942+
SDL_DYNAPI_PROC(void,SDL_StopLocation,(void),(),)

0 commit comments

Comments
 (0)