mirror of
https://github.com/hyprwm/hyprland-protocols.git
synced 2024-11-22 13:15:59 +01:00
added invalid_handle err
This commit is contained in:
parent
54c016d770
commit
64dc1edc47
1 changed files with 2 additions and 0 deletions
|
@ -142,6 +142,8 @@
|
|||
summary="the object has already been used to copy a wl_buffer"/>
|
||||
<entry name="invalid_buffer" value="1"
|
||||
summary="buffer attributes are invalid"/>
|
||||
<entry name="invalid_handle" value="2"
|
||||
summary="the handle is invalid. The window may not exist or be unshareable (e.g. unmapped)"/>
|
||||
</enum>
|
||||
|
||||
<enum name="flags" bitfield="true">
|
||||
|
|
Loading…
Reference in a new issue