From 927661d246b23a5a9133547209bc155ed501de2f Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 24 May 2022 19:29:02 +0200 Subject: output: pass wlr_output_state to output_pending_resolution --- include/types/wlr_output.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/types/wlr_output.h b/include/types/wlr_output.h index 1159d00a..a9018da0 100644 --- a/include/types/wlr_output.h +++ b/include/types/wlr_output.h @@ -4,8 +4,8 @@ #include #include -void output_pending_resolution(struct wlr_output *output, int *width, - int *height); +void output_pending_resolution(struct wlr_output *output, + const struct wlr_output_state *state, int *width, int *height); struct wlr_drm_format *output_pick_format(struct wlr_output *output, const struct wlr_drm_format_set *display_formats, uint32_t format); -- cgit v1.2.3