Mercurial > sdl-ios-xcode
changeset 4399:ae9c094e9200 SDL-1.2
Patched to compile on Visual C++.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 24 Jan 2010 17:54:57 +0000 |
parents | fe15c4e8efe6 |
children | 9134017bac3a |
files | src/video/SDL_video.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/SDL_video.c Sun Jan 24 08:35:09 2010 +0000 +++ b/src/video/SDL_video.c Sun Jan 24 17:54:57 2010 +0000 @@ -1676,6 +1676,9 @@ #endif } + +void SDL_Audio_SetCaption(const char *caption); + /* * Sets/Gets the title and icon text of the display window, if any. */ @@ -1703,7 +1706,6 @@ } /* PulseAudio can make use of this information. */ - extern void SDL_Audio_SetCaption(const char *caption); SDL_Audio_SetCaption(title); }