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

Commit

Permalink
SDL_CreateWindowFrom() is actually going to be supported. :)
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 25, 2009
1 parent 8ac9654 commit fc18228
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions include/SDL_video.h
Expand Up @@ -538,14 +538,12 @@ extern DECLSPEC SDL_WindowID SDLCALL SDL_CreateWindow(const char *title,
int h, Uint32 flags);

/**
* \brief Create an SDL window struct from an existing native window.
* \brief Create an SDL window from an existing native window.
*
* \param data A pointer to driver-dependent window creation data
*
* \return The id of the window created, or zero if window creation failed.
*
* \warning This function is NOT SUPPORTED, use at your own risk!
*
* \sa SDL_DestroyWindow()
*/
extern DECLSPEC SDL_WindowID SDLCALL SDL_CreateWindowFrom(const void *data);
Expand Down

0 comments on commit fc18228

Please sign in to comment.