summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
authorptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-12 09:21:53 +0000
committerptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-12 09:21:53 +0000
commitab4bdb64e1010be0b408012a79629d05a663b7a1 (patch)
tree24d6c4dcafee8b323b7a373cc705bb59c05c82d5 /libvo/video_out.c
parent153cac185c2d38aef1c322ea3bfa2b97befbb8d9 (diff)
downloadmpv-ab4bdb64e1010be0b408012a79629d05a663b7a1.tar.bz2
mpv-ab4bdb64e1010be0b408012a79629d05a663b7a1.tar.xz
Added -name, -title and -use-filename-title options and implementation in X11 vos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29904 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.c')
-rw-r--r--libvo/video_out.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index e636902d2e..ec4cd9c109 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -79,6 +79,11 @@ int vo_directrendering=0;
int vo_colorkey = 0x0000ff00; // default colorkey is green
// (0xff000000 means that colorkey has been disabled)
+// name to be used instead of the vo's default
+char *vo_winname;
+// title to be applied to movie window
+char *vo_wintitle;
+
//
// Externally visible list of all vo drivers
//