author | Ryan C. Gordon <icculus@icculus.org> |
Sun, 24 Jan 2010 17:54:57 +0000 | |
branch | SDL-1.2 |
changeset 4399 | ae9c094e9200 |
parent 4398 | fe15c4e8efe6 |
child 4400 | 9134017bac3a |
--- 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); }