# HG changeset patch # User reimar # Date 1272184828 0 # Node ID 0382f000a688bb9e57ed3f574278791ae359b770 # Parent 8d1080e9c92d7631d77c9e271d9087a0981cfce5 Set SDL window title. diff -r 8d1080e9c92d -r 0382f000a688 libvo/vo_gl.c --- a/libvo/vo_gl.c Sun Apr 25 08:35:35 2010 +0000 +++ b/libvo/vo_gl.c Sun Apr 25 08:40:28 2010 +0000 @@ -598,6 +598,7 @@ #endif #ifdef CONFIG_GL_SDL if (glctx.type == GLTYPE_SDL) { + SDL_WM_SetCaption(title, NULL); vo_dwidth = d_width; vo_dheight = d_height; }