Added a few FIXMEs.
--HG-- extra : histedit_source : 53a67a6787730f05bb1e357680274e2473621629
This commit is contained in:
parent
914be5d09c
commit
42fe73367b
3 changed files with 3 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue