Mercurial > sdl-ios-xcode
diff include/SDL_video.h @ 1720:a1ebb17f9c52 SDL-1.3
Cleaned up a bunch of warnings, started adding Win32 event support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 30 Jun 2006 05:42:49 +0000 |
parents | 5b9f50c957ed |
children | 5daa04d862f1 |
line wrap: on
line diff
--- a/include/SDL_video.h Wed Jun 28 08:12:07 2006 +0000 +++ b/include/SDL_video.h Fri Jun 30 05:42:49 2006 +0000 @@ -718,6 +718,18 @@ extern DECLSPEC int SDLCALL SDL_GetWindowGrab(SDL_WindowID windowID); /** + * \fn SDL_bool SDL_GetWindowWMInfo(SDL_WindowID windowID, struct SDL_SysWMinfo * info) + * + * \brief Get driver specific information about a window. + * + * \note Include SDL_syswm.h for the declaration of SDL_SysWMinfo. + */ +struct SDL_SysWMinfo; +extern DECLSPEC SDL_bool SDLCALL SDL_GetWindowWMInfo(SDL_WindowID windowID, + struct SDL_SysWMinfo + *info); + +/** * \fn void SDL_DestroyWindow(SDL_WindowID windowID) * * \brief Destroy a window.