summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-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.