From ca53e70e58714286798a071fbe2316295334ac7b Mon Sep 17 00:00:00 2001 From: Marcus Fritzsch Date: Tue, 1 Aug 2017 11:47:46 +0200 Subject: wayland: make genivi::rect::width and height int32 Signed-off-by: Marcus Fritzsch --- src/wayland.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wayland.hpp') diff --git a/src/wayland.hpp b/src/wayland.hpp index 4ab4709..b5e2d51 100644 --- a/src/wayland.hpp +++ b/src/wayland.hpp @@ -125,7 +125,7 @@ struct size { }; struct rect { - uint32_t w, h; + int32_t w, h; int32_t x, y; }; -- cgit