mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-23 08:45:29 +00:00
End this block of work with OCD!
This commit is contained in:
parent
c4989fcf7d
commit
020da070aa
|
@ -408,9 +408,9 @@ namespace SDL2
|
|||
public enum SDL_WindowFlags
|
||||
{
|
||||
SDL_WINDOW_FULLSCREEN = 0x00000001,
|
||||
SDL_WINDOW_OPENGL = 0x00000002,
|
||||
SDL_WINDOW_SHOWN = 0x00000004,
|
||||
SDL_WINDOW_HIDDEN = 0x00000008,
|
||||
SDL_WINDOW_OPENGL = 0x00000002,
|
||||
SDL_WINDOW_SHOWN = 0x00000004,
|
||||
SDL_WINDOW_HIDDEN = 0x00000008,
|
||||
SDL_WINDOW_BORDERLESS = 0x00000010,
|
||||
SDL_WINDOW_RESIZABLE = 0x00000020,
|
||||
SDL_WINDOW_MINIMIZED = 0x00000040,
|
||||
|
@ -947,4 +947,4 @@ namespace SDL2
|
|||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue