Updated documentation of SDL_CreateWindow() and SDL_CreateWindowFrom().
--- a/include/SDL_video.h Tue May 10 21:15:11 2016 +0200
+++ b/include/SDL_video.h Wed May 11 21:09:45 2016 +0200
@@ -449,7 +449,7 @@
* ::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
@@ -468,7 +468,7 @@
*
* \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()
*/