Fixed documentation typo
This commit is contained in:
parent
44eb5de93d
commit
b6d190a459
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ typedef struct SDL_SysWMinfo SDL_SysWMinfo;
|
|||
*
|
||||
* You typically use this function like this:
|
||||
* \code
|
||||
* SDL_SysWMInfo info;
|
||||
* SDL_SysWMinfo info;
|
||||
* SDL_VERSION(&info.version);
|
||||
* if ( SDL_GetWindowWMInfo(&info) ) { ... }
|
||||
* \endcode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue