Mercurial > sdl-ios-xcode
diff include/SDL_video.h @ 5277:3c94c559f5c2
changeset: 5272:cb08ef104ac4
tag: tip
user: Martin Decky <martin@decky.cz>
date: Sat Feb 12 20:53:06 2011 +0100
summary: improve header files compatibility with SDL 1.2 applications (namely QEMU)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 12 Feb 2011 12:04:00 -0800 |
parents | b530ef003506 |
children | 8e421890cdb8 |
line wrap: on
line diff
--- a/include/SDL_video.h Sat Feb 12 11:43:22 2011 -0800 +++ b/include/SDL_video.h Sat Feb 12 12:04:00 2011 -0800 @@ -603,16 +603,6 @@ extern DECLSPEC int SDLCALL SDL_GetWindowGrab(SDL_Window * window); /** - * \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_Window * window, - struct SDL_SysWMinfo - *info); - -/** * \brief Destroy a window. */ extern DECLSPEC void SDLCALL SDL_DestroyWindow(SDL_Window * window);