mirror of
https://gitlab.freedesktop.org/wlroots/wlr-protocols.git
synced 2026-04-22 03:30:41 +02:00
screencopy: add missing wl_shm.format enum attribute
This commit is contained in:
parent
4a7a0494bd
commit
06062c6816
1 changed files with 1 additions and 1 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue