comparison include/SDL_syswm.h @ 4530:4069c65b01f2

Fixed typo in the documentation
author Sam Lantinga <slouken@libsdl.org>
date Sat, 17 Jul 2010 22:59:28 -0700
parents 6f8175ad0335
children fd27410a5db0
comparison
equal deleted inserted replaced
4529:05ab4141ce93 4530:4069c65b01f2
211 211
212 /* Function prototypes */ 212 /* Function prototypes */
213 /** 213 /**
214 * \brief This function allows access to driver-dependent window information. 214 * \brief This function allows access to driver-dependent window information.
215 * 215 *
216 * \param windowID The window about which information is being requested 216 * \param window The window about which information is being requested
217 * \param info This structure must be initialized with the SDL version, and is 217 * \param info This structure must be initialized with the SDL version, and is
218 * then filled in with information about the given window. 218 * then filled in with information about the given window.
219 * 219 *
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.