mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
Added output rotation example
This commit is contained in:
parent
6298351d83
commit
c97de93fe1
4 changed files with 415 additions and 2 deletions
|
|
@ -27,6 +27,7 @@ struct wlr_output {
|
|||
char *model;
|
||||
uint32_t scale;
|
||||
int32_t x, y;
|
||||
int32_t width, height;
|
||||
int32_t phys_width, phys_height; // mm
|
||||
int32_t subpixel; // enum wl_output_subpixel
|
||||
int32_t transform; // enum wl_output_transform
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue