diff --git a/src/SDL2.cs b/src/SDL2.cs index 4949620..7ef0f15 100644 --- a/src/SDL2.cs +++ b/src/SDL2.cs @@ -838,7 +838,7 @@ namespace SDL2 [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] public static extern int SDL_SetWindowFullscreen( IntPtr window, - SDL_bool fullscreen + uint flags ); /* window refers to an SDL_Window* */