protocol: Use signed int for scale values

We usually use signed ints for things like this, to avoid
issues C sign coersion.
This commit is contained in:
Alexander Larsson 2013-05-24 13:08:41 +02:00 committed by Kristian Høgsberg
parent d68c7d8aed
commit e782dbecbc

View file

@ -1155,7 +1155,7 @@
a buffer that is larger (by a factor of scale in each dimension)
than the desired surface size.
</description>
<arg name="scale" type="uint"/>
<arg name="scale" type="int"/>
</request>
</interface>
@ -1652,7 +1652,7 @@
avoid scaling the surface, and the client can supply
a higher detail image.
</description>
<arg name="factor" type="uint" summary="scaling factor of output"/>
<arg name="factor" type="int" summary="scaling factor of output"/>
</event>
</interface>