From 8d8d4c5cb1b3553215a8ba547d4db463fdc88831 Mon Sep 17 00:00:00 2001 From: Rostislav Pehlivanov Date: Thu, 5 Oct 2017 16:17:05 +0100 Subject: wayland_common: add support for embedding --- DOCS/man/options.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'DOCS/man') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 8b1bc8c3d8..baf998d074 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -2471,6 +2471,10 @@ 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. -- cgit v1.2.3