[MPlayer-cvslog] r31076 - trunk/libvo/vo_gl.c
reimar
subversion at mplayerhq.hu
Sun Apr 25 10:40:28 CEST 2010
Author: reimar
Date: Sun Apr 25 10:40:28 2010
New Revision: 31076
Log:
Set SDL window title.
Modified:
trunk/libvo/vo_gl.c
Modified: trunk/libvo/vo_gl.c
==============================================================================
--- trunk/libvo/vo_gl.c Sun Apr 25 10:35:35 2010 (r31075)
+++ trunk/libvo/vo_gl.c Sun Apr 25 10:40:28 2010 (r31076)
@@ -598,6 +598,7 @@ static int create_window(uint32_t d_widt
#endif
#ifdef CONFIG_GL_SDL
if (glctx.type == GLTYPE_SDL) {
+ SDL_WM_SetCaption(title, NULL);
vo_dwidth = d_width;
vo_dheight = d_height;
}
More information about the MPlayer-cvslog
mailing list