summaryrefslogtreecommitdiffstats
path: root/video/out/vo.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-02-24 17:00:52 +0100
committerwm4 <wm4@nowhere>2013-02-24 17:00:52 +0100
commitaf54ff826b124c7ed8642a8d163f210541da51c3 (patch)
treec0add21c83de64c536c87bb5290874d6df6c199e /video/out/vo.h
parent90efe7cf4865ed615b2932dee5d8b795a3c43290 (diff)
downloadmpv-af54ff826b124c7ed8642a8d163f210541da51c3.tar.bz2
mpv-af54ff826b124c7ed8642a8d163f210541da51c3.tar.xz
Remove --rootwin option and rootwin property
You can just use --wid=0 if you really want this. This only worked/works for X11, and even then it might interact badly with most desktop environments. All the option did was setting --wid to 0, and the property did nothing.
Diffstat (limited to 'video/out/vo.h')
-rw-r--r--video/out/vo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index a6b760d52f..f26ec1baff 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -60,7 +60,6 @@ enum mp_voctrl {
VOCTRL_REDRAW_FRAME,
VOCTRL_ONTOP,
- VOCTRL_ROOTWIN,
VOCTRL_BORDER,
VOCTRL_SET_DEINTERLACE,
@@ -316,7 +315,6 @@ extern int vo_fsmode;
extern float vo_panscan;
extern int vo_refresh_rate;
extern int vo_keepaspect;
-extern int vo_rootwin;
extern int vo_border;
extern int vo_nomouse_input;