diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_output_management_v1.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_output_management_v1.h b/include/wlr/types/wlr_output_management_v1.h index 2078ac7b..4622e6da 100644 --- a/include/wlr/types/wlr_output_management_v1.h +++ b/include/wlr/types/wlr_output_management_v1.h @@ -37,6 +37,9 @@ struct wlr_output_head_v1_state { bool enabled; struct wlr_output_mode *mode; + int32_t x, y; + enum wl_output_transform transform; + double scale; }; struct wlr_output_head_v1 { |