Skip to content

Commit 828962b

Browse files
committed
Generated dynapi
1 parent 718ddb4 commit 828962b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/dynapi/SDL_dynapi.sym

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,6 +1270,7 @@ SDL3_0.0.0 {
12701270
SDL_RotateSurface;
12711271
SDL_LoadSurface_IO;
12721272
SDL_LoadSurface;
1273+
SDL_SetWindowMousePassthrough;
12731274
# extra symbols go here (don't modify this line)
12741275
local: *;
12751276
};

src/dynapi/SDL_dynapi_overrides.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,3 +1296,4 @@
12961296
#define SDL_RotateSurface SDL_RotateSurface_REAL
12971297
#define SDL_LoadSurface_IO SDL_LoadSurface_IO_REAL
12981298
#define SDL_LoadSurface SDL_LoadSurface_REAL
1299+
#define SDL_SetWindowMousePassthrough SDL_SetWindowMousePassthrough_REAL

src/dynapi/SDL_dynapi_procs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1304,3 +1304,4 @@ SDL_DYNAPI_PROC(SDL_Cursor*,SDL_CreateAnimatedCursor,(SDL_CursorFrameInfo *a,int
13041304
SDL_DYNAPI_PROC(SDL_Surface*,SDL_RotateSurface,(SDL_Surface *a,float b),(a,b),return)
13051305
SDL_DYNAPI_PROC(SDL_Surface*,SDL_LoadSurface_IO,(SDL_IOStream *a,bool b),(a,b),return)
13061306
SDL_DYNAPI_PROC(SDL_Surface*,SDL_LoadSurface,(const char *a),(a),return)
1307+
SDL_DYNAPI_PROC(void,SDL_SetWindowMousePassthrough,(SDL_Window *a,bool b),(a,b),)

0 commit comments

Comments
 (0)