screencopy: add missing wl_shm.format enum attribute

This commit is contained in:
Simon Ser 2020-05-25 17:58:46 +02:00 committed by Drew DeVault
parent 4a7a0494bd
commit 06062c6816

View file

@ -103,7 +103,7 @@
The client should then create a buffer with the provided attributes, and
send a "copy" request.
</description>
<arg name="format" type="uint" summary="buffer format"/>
<arg name="format" type="uint" enum="wl_shm.format" summary="buffer format"/>
<arg name="width" type="uint" summary="buffer width"/>
<arg name="height" type="uint" summary="buffer height"/>
<arg name="stride" type="uint" summary="buffer stride"/>