mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-14 08:22:25 -04:00
output-management-v1: add viewport
This commit is contained in:
parent
00962426e4
commit
03b0ad32b1
2 changed files with 38 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue