mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-27 06:59:46 -05:00
Provide user with transformation matrix
This commit is contained in:
parent
6f5c70ac69
commit
53dd622263
3 changed files with 77 additions and 48 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue