aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/wlr/wayland.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/wlr/wayland.h b/include/wlr/wayland.h
index de3f5f10..158acc33 100644
--- a/include/wlr/wayland.h
+++ b/include/wlr/wayland.h
@@ -10,8 +10,8 @@ struct wlr_output_mode_state;
struct wlr_output_mode {
struct wlr_output_mode_state *state;
uint32_t flags; // enum wl_output_mode
- uint32_t width, height;
- uint32_t refresh; // mHz
+ int32_t width, height;
+ int32_t refresh; // mHz
};
struct wlr_output_impl;