mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-14 08:22:25 -04:00
Merge branch 'output-mgmt-viewport' into 'master'
output-management-v1: add viewport See merge request wlroots/wlroots!4595
This commit is contained in:
commit
554f4aaaff
3 changed files with 79 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue