mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2026-05-22 12:28:12 +02:00
Add missing role error for xdg_surface
The source of Weston and Mutter are sending xdg_wm_base::error::role on xdg_surface. This error code is zero and is not currently defined for xdg_surface so existing code should work and this will be clearer for clients that this error can be received on these objects. Signed-off-by: Robert Ancell <robert.ancell@canonical.com>
This commit is contained in:
parent
911ab509ed
commit
fcad80f01f
1 changed files with 1 additions and 0 deletions
|
|
@ -460,6 +460,7 @@
|
|||
</description>
|
||||
|
||||
<enum name="error">
|
||||
<entry name="role" value="0" summary="Surface already has another role"/>
|
||||
<entry name="not_constructed" value="1"
|
||||
summary="Surface was not fully constructed"/>
|
||||
<entry name="already_constructed" value="2"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue