mirror of
https://github.com/joel16/SDL2.git
synced 2025-03-05 01:47:58 +00:00
Made the window flag comments more consistent
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404266
This commit is contained in:
parent
1f1d8b4e67
commit
e7a9fc5a82
@ -102,8 +102,8 @@ typedef enum
|
||||
SDL_WINDOW_SHOWN = 0x00000004, /**< window is visible */
|
||||
SDL_WINDOW_BORDERLESS = 0x00000008, /**< no window decoration */
|
||||
SDL_WINDOW_RESIZABLE = 0x00000010, /**< window can be resized */
|
||||
SDL_WINDOW_MINIMIZED = 0x00000020, /**< minimized */
|
||||
SDL_WINDOW_MAXIMIZED = 0x00000040, /**< maximized */
|
||||
SDL_WINDOW_MINIMIZED = 0x00000020, /**< window is minimized */
|
||||
SDL_WINDOW_MAXIMIZED = 0x00000040, /**< window is maximized */
|
||||
SDL_WINDOW_INPUT_GRABBED = 0x00000100, /**< window has grabbed input focus */
|
||||
SDL_WINDOW_INPUT_FOCUS = 0x00000200, /**< window has input focus */
|
||||
SDL_WINDOW_MOUSE_FOCUS = 0x00000400, /**< window has mouse focus */
|
||||
|
Loading…
x
Reference in New Issue
Block a user