comparison include/SDL_syswm.h @ 4895:fd27410a5db0

Fixed documentation typo
author Sam Lantinga <slouken@libsdl.org>
date Sat, 25 Sep 2010 17:06:41 -0700
parents 4069c65b01f2
children 5d529386db73
comparison
equal deleted inserted replaced
4894:ac19d74e2a47 4895:fd27410a5db0
220 * \return SDL_TRUE if the function is implemented and the version member of 220 * \return SDL_TRUE if the function is implemented and the version member of
221 * the \c info struct is valid, SDL_FALSE otherwise. 221 * the \c info struct is valid, SDL_FALSE otherwise.
222 * 222 *
223 * You typically use this function like this: 223 * You typically use this function like this:
224 * \code 224 * \code
225 * SDL_SysWMInfo info; 225 * SDL_SysWMinfo info;
226 * SDL_VERSION(&info.version); 226 * SDL_VERSION(&info.version);
227 * if ( SDL_GetWindowWMInfo(&info) ) { ... } 227 * if ( SDL_GetWindowWMInfo(&info) ) { ... }
228 * \endcode 228 * \endcode
229 */ 229 */
230 extern DECLSPEC SDL_bool SDLCALL SDL_GetWindowWMInfo(SDL_Window * window, 230 extern DECLSPEC SDL_bool SDLCALL SDL_GetWindowWMInfo(SDL_Window * window,