# HG changeset patch # User Sam Lantinga # Date 1259134943 0 # Node ID 40b1f7cb2062b1c34205fd630275d204ba27fb90 # Parent 7a606cfa5c2de40d2b2f36ca6fc295e8c1b741e9 SDL_CreateWindowFrom() is actually going to be supported. :) diff -r 7a606cfa5c2d -r 40b1f7cb2062 include/SDL_video.h --- a/include/SDL_video.h Wed Nov 25 06:24:15 2009 +0000 +++ b/include/SDL_video.h Wed Nov 25 07:42:23 2009 +0000 @@ -538,14 +538,12 @@ 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);