wayland: make genivi::rect::width and height int32
[staging/windowmanager.git] / src / wayland.hpp
index af36142..b5e2d51 100644 (file)
@@ -1,8 +1,8 @@
 #ifndef WM_WAYLAND_HPP
 #define WM_WAYLAND_HPP
 
-#include "ivi-controller-client-protocol.h"
 #include "controller_hooks.hpp"
+#include "ivi-controller-client-protocol.h"
 #include "util.hpp"
 
 #include <functional>
@@ -125,7 +125,7 @@ struct size {
 };
 
 struct rect {
-   uint32_t w, h;
+   int32_t w, h;
    int32_t x, y;
 };