diff libvo/vo_gl.c @ 31034:0382f000a688

Set SDL window title.
author reimar
date Sun, 25 Apr 2010 08:40:28 +0000
parents 8d1080e9c92d
children 272b88ce570e
line wrap: on
line diff
--- 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;
   }