Skip to content

Commit

Permalink
Patched to compile on Visual C++.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 24, 2010
1 parent 1f1664a commit e5da12a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/video/SDL_video.c
Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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);
}

Expand Down

0 comments on commit e5da12a

Please sign in to comment.