Merge branch 'output-mgmt-viewport' into 'master'

output-management-v1: add viewport

See merge request wlroots/wlroots!4595
This commit is contained in:
Simon Ser 2026-02-07 09:53:56 +00:00
commit 554f4aaaff
3 changed files with 79 additions and 11 deletions

View file

@ -55,7 +55,7 @@ struct wlr_output_head_v1_state {
int32_t width, height;
int32_t refresh;
} custom_mode;
int32_t x, y;
int32_t x, y, width, height;
enum wl_output_transform transform;
float scale;
bool adaptive_sync_enabled;