shm: Fix stride signedness in protocol

Make stride argument of wl_shm.create_buffer a signed integer.
This commit is contained in:
Kristian Høgsberg 2012-03-30 10:24:29 -04:00
parent 4560b6b6b4
commit 485dd7b6e2
2 changed files with 2 additions and 2 deletions

View file

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