Patched to compile on Visual C++.

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%404448
This commit is contained in:
Ryan C. Gordon 2010-01-24 17:54:57 +00:00
parent 10e8c5d414
commit 53f8167d3c

View file

@ -1676,6 +1676,9 @@ void SDL_GL_Unlock()
#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 @@ void SDL_WM_SetCaption (const char *title, const char *icon)
}
/* PulseAudio can make use of this information. */
extern void SDL_Audio_SetCaption(const char *caption);
SDL_Audio_SetCaption(title);
}