summaryrefslogtreecommitdiffstats
path: root/src/wayland.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wayland.hpp')
-rw-r--r--src/wayland.hpp2
1 files changed, 1 insertions, 1 deletions
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;
};