Skip to content

Commit

Permalink
Updated documentation of SDL_CreateWindow() and SDL_CreateWindowFrom().
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed May 11, 2016
1 parent fe4c3b2 commit cfe3f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SDL_video.h
Expand Up @@ -449,7 +449,7 @@ extern DECLSPEC Uint32 SDLCALL SDL_GetWindowPixelFormat(SDL_Window * window);
* ::SDL_WINDOW_MINIMIZED, ::SDL_WINDOW_INPUT_GRABBED,
* ::SDL_WINDOW_ALLOW_HIGHDPI.
*
* \return The id of the window created, or zero if window creation failed.
* \return The created window, or NULL if window creation failed.
*
* If the window is created with the SDL_WINDOW_ALLOW_HIGHDPI flag, its size
* in pixels may differ from its size in screen coordinates on platforms with
Expand All @@ -468,7 +468,7 @@ extern DECLSPEC SDL_Window * SDLCALL SDL_CreateWindow(const char *title,
*
* \param data A pointer to driver-dependent window creation data
*
* \return The id of the window created, or zero if window creation failed.
* \return The created window, or NULL if window creation failed.
*
* \sa SDL_DestroyWindow()
*/
Expand Down

0 comments on commit cfe3f26

Please sign in to comment.