aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2022-05-24 19:29:02 +0200
committerSimon Ser <contact@emersion.fr>2022-05-30 11:34:57 +0200
commit927661d246b23a5a9133547209bc155ed501de2f (patch)
treec0a4627b74ceccc9b50349dc5965ec6b56d70f4f /include
parent25dd3cc0cd89d3220f603e2fcb530ec80c29ff5f (diff)
output: pass wlr_output_state to output_pending_resolution
Diffstat (limited to 'include')
-rw-r--r--include/types/wlr_output.h4
1 files changed, 2 insertions, 2 deletions
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 <wlr/render/drm_format_set.h>
#include <wlr/types/wlr_output.h>
-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);