summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorRostislav Pehlivanov <atomnuker@gmail.com>2017-10-05 17:43:47 +0100
committerRostislav Pehlivanov <atomnuker@gmail.com>2017-10-05 17:43:47 +0100
commit9c806bc299b25210d96a8cc9b2acf3b08d2d7936 (patch)
treec428628e57270f9e8d56c7fe2646c1d1ffbdf5b2 /DOCS/man/options.rst
parentda30f0ba2be3c326fdf728a83882f2a8f5eb54f9 (diff)
downloadmpv-9c806bc299b25210d96a8cc9b2acf3b08d2d7936.tar.bz2
mpv-9c806bc299b25210d96a8cc9b2acf3b08d2d7936.tar.xz
Revert "wayland_common: add support for embedding"
This reverts commit 8d8d4c5cb1b3553215a8ba547d4db463fdc88831.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index baf998d074..8b1bc8c3d8 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2471,10 +2471,6 @@ Window
window fully. The value ``0`` is interpreted specially, and mpv will
draw directly on the root window.
- On wayland, the ID is interpreted as ``struct zxdg_toplevel_v6 *``. Pass it
- as value cast to ``intptr_t``. mpv will create its own window, and set the
- wid toplevel as its parent.
-
On win32, the ID is interpreted as ``HWND``. Pass it as value cast to
``intptr_t``. mpv will create its own window, and set the wid window as
parent, like with X11.