diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/wayland.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/wlr/wayland.h b/include/wlr/wayland.h index 158acc33..de3f5f10 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 - int32_t width, height; - int32_t refresh; // mHz + uint32_t width, height; + uint32_t refresh; // mHz }; struct wlr_output_impl; |