Fixed code example for SDL_GetWindowWMInfo()
This commit is contained in:
parent
3d97a0a1bb
commit
c43e19485b
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ typedef struct SDL_SysWMinfo SDL_SysWMinfo;
|
|||
* \code
|
||||
* SDL_SysWMinfo info;
|
||||
* SDL_VERSION(&info.version);
|
||||
* if ( SDL_GetWindowWMInfo(&info) ) { ... }
|
||||
* if ( SDL_GetWindowWMInfo(window, &info) ) { ... }
|
||||
* \endcode
|
||||
*/
|
||||
extern DECLSPEC SDL_bool SDLCALL SDL_GetWindowWMInfo(SDL_Window * window,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue