X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwayland.hpp;h=b5e2d517177470974703125b069bf2a63655d8b7;hb=da534c85f4dd4bb83a7f364a3b93a2ba156c7bcb;hp=af3614275ad54eb6ca69d9f974e52741043f69d9;hpb=f690f1bb1a9736ec13cbe1dad721b0bbc1c3af67;p=staging%2Fwindowmanager.git diff --git a/src/wayland.hpp b/src/wayland.hpp index af36142..b5e2d51 100644 --- a/src/wayland.hpp +++ b/src/wayland.hpp @@ -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 @@ -125,7 +125,7 @@ struct size { }; struct rect { - uint32_t w, h; + int32_t w, h; int32_t x, y; };