Re: [PATCH weston 13/68] compositor-drm: Use signed int for width/height

2016-12-09 Thread Armin Krezović
On 09.12.2016 20:57, Daniel Stone wrote: > This makes it sign-compatible with weston_output->{width,height}. > > Differential Revision: https://phabricator.freedesktop.org/D1486 > > Signed-off-by: Daniel Stone > Reviewed-by: Quentin Glidic Makes sense Reviewed-by: Armin Krezović > --- > li

[PATCH weston 13/68] compositor-drm: Use signed int for width/height

2016-12-09 Thread Daniel Stone
This makes it sign-compatible with weston_output->{width,height}. Differential Revision: https://phabricator.freedesktop.org/D1486 Signed-off-by: Daniel Stone Reviewed-by: Quentin Glidic --- libweston/compositor-drm.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --gi