output-management-v1: add viewport

This commit is contained in:
Simon Ser 2024-03-06 11:47:49 +01:00
parent 00962426e4
commit 03b0ad32b1
2 changed files with 38 additions and 5 deletions

View file

@ -53,7 +53,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;