mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 16:20:09 +01:00
stable/linux-dmabuf: clarify when the plane_set protocol error is sent
Signed-off-by: Xaver Hugl <xaver.hugl@kde.org>
This commit is contained in:
parent
bd6289c141
commit
18a0117b94
1 changed files with 3 additions and 1 deletions
|
|
@ -199,7 +199,9 @@
|
||||||
You must use consecutive plane indices ('plane_idx' argument for 'add')
|
You must use consecutive plane indices ('plane_idx' argument for 'add')
|
||||||
from zero to the number of planes used by the drm_fourcc format code.
|
from zero to the number of planes used by the drm_fourcc format code.
|
||||||
All planes required by the format must be given exactly once, but can
|
All planes required by the format must be given exactly once, but can
|
||||||
be given in any order. Each plane index can be set only once.
|
be given in any order. Each plane index can only be set once; subsequent
|
||||||
|
calls with a plane index which has already been set will result in a
|
||||||
|
plane_set error being generated.
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<enum name="error">
|
<enum name="error">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue