Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
I'm actually going to have to alter this proposed API a fair bit, but…
Browse files Browse the repository at this point in the history
… it's coming along. I want to keep it as orthogonal to the rest of SDL as possible.
  • Loading branch information
Eli Gottlieb committed May 23, 2010
1 parent 5a2c406 commit c324ede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SDL_shape.h
Expand Up @@ -34,10 +34,10 @@ typedef struct SDL_Shaped_Window SDL_Shaped_Window;
* \param w The width of the window.
* \param h The height of the window.
* \param flags The flags for the window, a mask of SDL_WINDOW_BORDERLESS with any of the following:
* ::SDL_WINDOW_FULLSCREEN, ::SDL_WINDOW_OPENGL,
* ::SDL_WINDOW_OPENGL, ::SDL_WINDOW_INPUT_GRABBED,
* ::SDL_WINDOW_SHOWN, ::SDL_WINDOW_RESIZABLE,
* ::SDL_WINDOW_MAXIMIZED, ::SDL_WINDOW_MINIMIZED,
* ::SDL_WINDOW_INPUT_GRABBED.
* ::SDL_WINDOW_BORDERLESS is always set, and ::SDL_WINDOW_FULLSCREEN is always unset.
*
* \return The id of the window created, or zero if window creation failed.
*
Expand Down

0 comments on commit c324ede

Please sign in to comment.