mirror of
https://github.com/yawut/SDL.git
synced 2026-07-19 01:11:38 -05:00
Changed documentation comment for SDL_CreateShapedWindow().
See bug #1667.
This commit is contained in:
parent
bfc26adbd5
commit
5b2d7ee0c6
|
|
@ -55,7 +55,7 @@ extern "C" {
|
|||
* \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_OPENGL, ::SDL_WINDOW_INPUT_GRABBED,
|
||||
* ::SDL_WINDOW_SHOWN, ::SDL_WINDOW_RESIZABLE,
|
||||
* ::SDL_WINDOW_HIDDEN, ::SDL_WINDOW_RESIZABLE,
|
||||
* ::SDL_WINDOW_MAXIMIZED, ::SDL_WINDOW_MINIMIZED,
|
||||
* ::SDL_WINDOW_BORDERLESS is always set, and ::SDL_WINDOW_FULLSCREEN is always unset.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user