Mercurial > sdl-ios-xcode
changeset 4767:dc3fd9b7fcbc
I'm actually going to have to alter this proposed API a fair bit, but it's coming along. I want to keep it as orthogonal to the rest of SDL as possible.
author | Eli Gottlieb <eligottlieb@gmail.com> |
---|---|
date | Sun, 23 May 2010 01:27:09 -0400 |
parents | 7b50faf23907 |
children | 4435e014eacc |
files | include/SDL_shape.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/include/SDL_shape.h Fri May 21 17:28:12 2010 -0400 +++ b/include/SDL_shape.h Sun May 23 01:27:09 2010 -0400 @@ -34,10 +34,10 @@ * \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. *