comparison include/SDL_syswm.h @ 1668:4da1ee79c9af SDL-1.3

more tweaking indent options
author Sam Lantinga <slouken@libsdl.org>
date Mon, 29 May 2006 04:04:35 +0000
parents 782fd950bd46
children 931d111e737a
comparison
equal deleted inserted replaced
1667:1fddae038bc8 1668:4da1ee79c9af
226 * SDL_SysWMInfo info; 226 * SDL_SysWMInfo info;
227 * SDL_VERSION(&info.version); 227 * SDL_VERSION(&info.version);
228 * if ( SDL_GetWindowWMInfo(&info) ) { ... } 228 * if ( SDL_GetWindowWMInfo(&info) ) { ... }
229 * \endcode 229 * \endcode
230 */ 230 */
231 extern DECLSPEC SDL_bool SDLCALL SDL_GetWindowWMInfo (SDL_WindowID windowID, 231 extern DECLSPEC SDL_bool SDLCALL SDL_GetWindowWMInfo(SDL_WindowID windowID,
232 SDL_SysWMinfo * info); 232 SDL_SysWMinfo * info);
233 233
234 234
235 /* Ends C function definitions when using C++ */ 235 /* Ends C function definitions when using C++ */
236 #ifdef __cplusplus 236 #ifdef __cplusplus
237 /* *INDENT-OFF* */ 237 /* *INDENT-OFF* */