Re: [PATCH] protocol: Use signed int for scale values

2013-05-28 Thread Kristian Høgsberg
On Fri, May 24, 2013 at 01:08:41PM +0200, al...@redhat.com wrote: > From: Alexander Larsson > > We usually use signed ints for things like this, to avoid > issues C sign coersion. Thanks, got this and the weston patches. Kristian > --- > protocol/wayland.xml | 4 ++-- > 1 file changed, 2 inse

[PATCH] protocol: Use signed int for scale values

2013-05-24 Thread alexl
From: Alexander Larsson 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 acfb140..0c7c053 100644 --- a/protocol/wayl