diff options
author | wm4 <wm4@nowhere> | 2013-02-24 17:00:52 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-02-24 17:00:52 +0100 |
commit | af54ff826b124c7ed8642a8d163f210541da51c3 (patch) | |
tree | c0add21c83de64c536c87bb5290874d6df6c199e /core/cfg-mplayer.h | |
parent | 90efe7cf4865ed615b2932dee5d8b795a3c43290 (diff) | |
download | mpv-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 'core/cfg-mplayer.h')
-rw-r--r-- | core/cfg-mplayer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/cfg-mplayer.h b/core/cfg-mplayer.h index 84024f7a6d..82d030ff1e 100644 --- a/core/cfg-mplayer.h +++ b/core/cfg-mplayer.h @@ -529,7 +529,6 @@ const m_option_t mplayer_opts[]={ OPT_STRINGLIST("ao", audio_driver_list, 0), OPT_FLAG("fixed-vo", fixed_vo, CONF_GLOBAL), OPT_FLAG("ontop", vo_ontop, 0), - {"rootwin", &vo_rootwin, CONF_TYPE_FLAG, 0, 0, 1, NULL}, {"border", &vo_border, CONF_TYPE_FLAG, 0, 0, 1, NULL}, OPT_STRING("mixer", mixer_device, 0), |