From 409065ba2ecd34d249383704f9a63b4894f55dba Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Sun, 14 May 2017 01:26:43 +1200 Subject: Changed to signed --- include/wlr/wayland.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/wlr') 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; -- cgit v1.2.3