X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fwayland.hpp;h=b5e2d517177470974703125b069bf2a63655d8b7;hb=ca53e70e58714286798a071fbe2316295334ac7b;hp=4ab47091a692ff1097dece87d1e44c01989a0706;hpb=92c8b647e4e164479c10a84021564533e73cbd69;p=staging%2Fwindowmanager.git 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; };