End this block of work with OCD!

This commit is contained in:
Ethan Lee 2013-04-03 17:07:44 -04:00
parent c4989fcf7d
commit 020da070aa

View File

@ -408,9 +408,9 @@ namespace SDL2
public enum SDL_WindowFlags public enum SDL_WindowFlags
{ {
SDL_WINDOW_FULLSCREEN = 0x00000001, SDL_WINDOW_FULLSCREEN = 0x00000001,
SDL_WINDOW_OPENGL = 0x00000002, SDL_WINDOW_OPENGL = 0x00000002,
SDL_WINDOW_SHOWN = 0x00000004, SDL_WINDOW_SHOWN = 0x00000004,
SDL_WINDOW_HIDDEN = 0x00000008, SDL_WINDOW_HIDDEN = 0x00000008,
SDL_WINDOW_BORDERLESS = 0x00000010, SDL_WINDOW_BORDERLESS = 0x00000010,
SDL_WINDOW_RESIZABLE = 0x00000020, SDL_WINDOW_RESIZABLE = 0x00000020,
SDL_WINDOW_MINIMIZED = 0x00000040, SDL_WINDOW_MINIMIZED = 0x00000040,
@ -947,4 +947,4 @@ namespace SDL2
#endregion #endregion
} }
} }