diff libvo/video_out.h @ 29862:fbb1f57a313e

Added -name, -title and -use-filename-title options and implementation in X11 vos
author ptt
date Thu, 12 Nov 2009 09:21:53 +0000
parents b1a437cdc60d
children d5d20b8256b7
line wrap: on
line diff
--- a/libvo/video_out.h	Wed Nov 11 22:26:38 2009 +0000
+++ b/libvo/video_out.h	Thu Nov 12 09:21:53 2009 +0000
@@ -250,6 +250,9 @@
 
 extern int vo_colorkey;
 
+extern char *vo_winname;
+extern char *vo_wintitle;
+
 extern int64_t WinID;
 
 typedef struct {