Skip to content

Commit e9c9f39

Browse files
committed
Exclude SDL_SetWindowsMessageHook
1 parent 558a8b1 commit e9c9f39

File tree

6 files changed

+342
-493
lines changed

6 files changed

+342
-493
lines changed

eng/silktouch/sdl/SDL3/generate.rsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
@../remap.rsp
33
--exclude
44
SDL_SetX11EventHook
5+
SDL_SetWindowsMessageHook
56
SDL_FUNCTION
67
SDL_SIZE_MAX
78
SDL_memcpy

sources/SDL/SDL/SDL3/ISdl.gen.cs

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8829,14 +8829,6 @@ MaybeBool<byte> resizable
88298829
[NativeFunction("SDL3", EntryPoint = "SDL_SetWindowSize")]
88308830
static abstract byte SetWindowSizeRaw(WindowHandle window, int w, int h);
88318831

8832-
[NativeName("SDL_SetWindowsMessageHook")]
8833-
[NativeFunction("SDL3", EntryPoint = "SDL_SetWindowsMessageHook")]
8834-
static abstract void SetWindowsMessageHook(WindowsMessageHook callback, void* userdata);
8835-
8836-
[NativeName("SDL_SetWindowsMessageHook")]
8837-
[NativeFunction("SDL3", EntryPoint = "SDL_SetWindowsMessageHook")]
8838-
static abstract void SetWindowsMessageHook(WindowsMessageHook callback, Ref userdata);
8839-
88408832
[NativeName("SDL_SetWindowSurfaceVSync")]
88418833
[NativeFunction("SDL3", EntryPoint = "SDL_SetWindowSurfaceVSync")]
88428834
static abstract MaybeBool<byte> SetWindowSurfaceVSync(WindowHandle window, int vsync);
@@ -18244,14 +18236,6 @@ RendererLogicalPresentation mode
1824418236
[NativeFunction("SDL3", EntryPoint = "SDL_SetWindowSize")]
1824518237
byte SetWindowSizeRaw(WindowHandle window, int w, int h);
1824618238

18247-
[NativeName("SDL_SetWindowsMessageHook")]
18248-
[NativeFunction("SDL3", EntryPoint = "SDL_SetWindowsMessageHook")]
18249-
void SetWindowsMessageHook(WindowsMessageHook callback, void* userdata);
18250-
18251-
[NativeName("SDL_SetWindowsMessageHook")]
18252-
[NativeFunction("SDL3", EntryPoint = "SDL_SetWindowsMessageHook")]
18253-
void SetWindowsMessageHook(WindowsMessageHook callback, Ref userdata);
18254-
1825518239
[NativeName("SDL_SetWindowSurfaceVSync")]
1825618240
[NativeFunction("SDL3", EntryPoint = "SDL_SetWindowSurfaceVSync")]
1825718241
MaybeBool<byte> SetWindowSurfaceVSync(WindowHandle window, int vsync);

0 commit comments

Comments
 (0)