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:
parent
10e8c5d414
commit
53f8167d3c
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue