wayland: make genivi::rect::width and height int32
[staging/windowmanager.git] / src / wayland.hpp
index 4ab4709..b5e2d51 100644 (file)
@@ -125,7 +125,7 @@ struct size {
 };
 
 struct rect {
-   uint32_t w, h;
+   int32_t w, h;
    int32_t x, y;
 };