1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Add correct parameter types to SDL.CreateWindowAndRenderer()

This commit is contained in:
RogueMacro 2021-02-16 16:03:23 +01:00 committed by GitHub
parent 8d0f70588f
commit 358efb8d54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -657,8 +657,8 @@ namespace SDL2
[LinkName("SDL_CreateWindowAndRenderer")]
public static extern int CreateWindowAndRenderer(
WindowPos width,
WindowPos height,
int32 width,
int32 height,
WindowFlags window_flags,
out Window* window,
out Renderer* renderer