Mercurial > sdl-ios-xcode
diff include/SDL_video.h @ 2990:502adab079a4
indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 04 Jan 2009 17:14:27 +0000 |
parents | e4a469d6ddab |
children | 54fac87e1f34 |
line wrap: on
line diff
--- a/include/SDL_video.h Sun Jan 04 17:10:04 2009 +0000 +++ b/include/SDL_video.h Sun Jan 04 17:14:27 2009 +0000 @@ -597,7 +597,8 @@ * * \param icon The icon for the window */ -extern DECLSPEC void SDLCALL SDL_SetWindowIcon(SDL_WindowID windowID, SDL_Surface * icon); +extern DECLSPEC void SDLCALL SDL_SetWindowIcon(SDL_WindowID windowID, + SDL_Surface * icon); /** * \fn void SDL_SetWindowData(SDL_WindowID windowID, void *userdata)