SetWindowFullscreen has more options than a bool

This commit is contained in:
Ethan Lee 2013-04-29 06:52:32 -04:00
parent 7c1bfdbaeb
commit 0023c59bd3

View file

@ -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* */