From 53dd622263cb2b952a148463cfb046ba084d57ac Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Wed, 7 Jun 2017 16:43:57 +1200 Subject: Provide user with transformation matrix --- include/wlr/types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/wlr/types.h b/include/wlr/types.h index 5de80a60..27819f56 100644 --- a/include/wlr/types.h +++ b/include/wlr/types.h @@ -32,6 +32,8 @@ struct wlr_output { int32_t subpixel; // enum wl_output_subpixel int32_t transform; // enum wl_output_transform + float transform_matrix[16]; + list_t *modes; struct wlr_output_mode *current_mode; -- cgit v1.2.3