comparison 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
comparison
equal deleted inserted replaced
31033:8d1080e9c92d 31034:0382f000a688
596 "gl", title); 596 "gl", title);
597 } 597 }
598 #endif 598 #endif
599 #ifdef CONFIG_GL_SDL 599 #ifdef CONFIG_GL_SDL
600 if (glctx.type == GLTYPE_SDL) { 600 if (glctx.type == GLTYPE_SDL) {
601 SDL_WM_SetCaption(title, NULL);
601 vo_dwidth = d_width; 602 vo_dwidth = d_width;
602 vo_dheight = d_height; 603 vo_dheight = d_height;
603 } 604 }
604 #endif 605 #endif
605 return 0; 606 return 0;