mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
shm: Fix stride signedness in protocol
Make stride argument of wl_shm.create_buffer a signed integer.
This commit is contained in:
parent
4560b6b6b4
commit
485dd7b6e2
2 changed files with 2 additions and 2 deletions
|
|
@ -165,7 +165,7 @@
|
|||
<arg name="fd" type="fd"/>
|
||||
<arg name="width" type="int"/>
|
||||
<arg name="height" type="int"/>
|
||||
<arg name="stride" type="uint"/>
|
||||
<arg name="stride" type="int"/>
|
||||
<arg name="format" type="uint"/>
|
||||
</request>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue