diff --git a/src/SDL2.cs b/src/SDL2.cs index a2040af..9e508c2 100644 --- a/src/SDL2.cs +++ b/src/SDL2.cs @@ -503,7 +503,7 @@ namespace SDL2 public static extern int SDL_CreateWindowAndRenderer( int width, int height, - uint window_flags, + SDL_WindowFlags window_flags, ref IntPtr window, ref IntPtr renderer );