# HG changeset patch # User Ryan C. Gordon # Date 1264355697 0 # Node ID ae9c094e92001f11618ef910b0600baffb608928 # Parent fe15c4e8efe60861f4aea56328b4000b44de1c71 Patched to compile on Visual C++. diff -r fe15c4e8efe6 -r ae9c094e9200 src/video/SDL_video.c --- 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); }