From e782dbecbc3b53684a78c8c5175e0571cfc3e119 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Fri, 24 May 2013 13:08:41 +0200 Subject: [PATCH] protocol: Use signed int for scale values We usually use signed ints for things like this, to avoid issues C sign coersion. --- protocol/wayland.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index acfb1404..0c7c0530 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -1155,7 +1155,7 @@ a buffer that is larger (by a factor of scale in each dimension) than the desired surface size. - + @@ -1652,7 +1652,7 @@ avoid scaling the surface, and the client can supply a higher detail image. - +