Provide user with transformation matrix

This commit is contained in:
Scott Anderson 2017-06-07 16:43:57 +12:00
parent 6f5c70ac69
commit 53dd622263
3 changed files with 77 additions and 48 deletions

View file

@ -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;