summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
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.h
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.h')
-rw-r--r--libvo/video_out.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index ae38970209..b143ff5554 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -250,6 +250,9 @@ extern char *vo_subdevice;
extern int vo_colorkey;
+extern char *vo_winname;
+extern char *vo_wintitle;
+
extern int64_t WinID;
typedef struct {