mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2026-05-09 09:28:07 +02:00
Remove permission_denied error
This commit is contained in:
parent
51e3b17be8
commit
cbbbac8a1c
1 changed files with 2 additions and 4 deletions
|
|
@ -48,8 +48,8 @@
|
|||
|
||||
The compositor MUST apply its policy to determine if the client is
|
||||
authorized. If the client is not authorized according to compositor policy,
|
||||
the compositor MUST send the `permission_denied` error and MUST NOT
|
||||
create the object. If the toplevel already has a placement object,
|
||||
the compositor MUST NOT create the object.
|
||||
If the toplevel already has a placement object,
|
||||
the compositor MUST send the `placement_exists` error.
|
||||
|
||||
This interface can only be obtained once per xdg_toplevel.
|
||||
|
|
@ -61,8 +61,6 @@
|
|||
<enum name="error">
|
||||
<entry name="placement_exists" value="0"
|
||||
summary="the toplevel already has a placement object"/>
|
||||
<entry name="permission_denied" value="1"
|
||||
summary="client is not authorized by compositor policy"/>
|
||||
</enum>
|
||||
</interface>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue