| | |
| | | /* |
| | | Simple DirectMedia Layer |
| | | Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org> |
| | | Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.org> |
| | | |
| | | This software is provided 'as-is', without any express or implied |
| | | warranty. In no event will the authors be held liable for any damages |
| | |
| | | */ |
| | | typedef enum |
| | | { |
| | | /* !!! FIXME: change this to name = (1<<x). */ |
| | | SDL_WINDOW_FULLSCREEN = 0x00000001, /**< fullscreen window */ |
| | | SDL_WINDOW_OPENGL = 0x00000002, /**< window usable with OpenGL context */ |
| | | SDL_WINDOW_SHOWN = 0x00000004, /**< window is visible */ |