Added a few FIXMEs.

--HG--
extra : histedit_source : 53a67a6787730f05bb1e357680274e2473621629
This commit is contained in:
Ryan C. Gordon 2015-04-21 09:46:48 -04:00
parent 914be5d09c
commit 42fe73367b
3 changed files with 3 additions and 0 deletions

View file

@ -95,6 +95,7 @@ typedef struct SDL_Window SDL_Window;
*/
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 */