diff include/SDL_syswm.h @ 3685:64ce267332c6

Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 21 Jan 2010 06:21:52 +0000
parents d3baf5ac4e37
children f7b03b6838cb
line wrap: on
line diff
--- a/include/SDL_syswm.h	Thu Jan 21 05:49:41 2010 +0000
+++ b/include/SDL_syswm.h	Thu Jan 21 06:21:52 2010 +0000
@@ -245,7 +245,7 @@
  *  if ( SDL_GetWindowWMInfo(&info) ) { ... }
  *  \endcode
  */
-extern DECLSPEC SDL_bool SDLCALL SDL_GetWindowWMInfo(SDL_WindowID windowID,
+extern DECLSPEC SDL_bool SDLCALL SDL_GetWindowWMInfo(SDL_Window * window,
                                                      SDL_SysWMinfo * info);