added invalid_handle err

This commit is contained in:
vaxerski 2022-12-04 16:35:08 +00:00
parent 54c016d770
commit 64dc1edc47
1 changed files with 2 additions and 0 deletions

View File

@ -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">