From 8b8fd879ac48ee1472facc04ac4daeaeff48c18f Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 25 Apr 2010 08:40:28 +0000 Subject: Set SDL window title. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31076 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_gl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c index e6b14eb0e6..3c621d00c7 100644 --- a/libvo/vo_gl.c +++ b/libvo/vo_gl.c @@ -598,6 +598,7 @@ static int create_window(uint32_t d_width, uint32_t d_height, uint32_t flags, co #endif #ifdef CONFIG_GL_SDL if (glctx.type == GLTYPE_SDL) { + SDL_WM_SetCaption(title, NULL); vo_dwidth = d_width; vo_dheight = d_height; } -- cgit v1.2.3