mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-05 07:15:30 -04:00
wayland: take rotation into account when calculating the logical PPI
This commit is contained in:
parent
547b91e42b
commit
1df78932d7
2 changed files with 21 additions and 0 deletions
|
|
@ -321,6 +321,7 @@ struct monitor {
|
|||
int scale;
|
||||
float refresh;
|
||||
enum wl_output_subpixel subpixel;
|
||||
enum wl_output_transform transform;
|
||||
|
||||
/* From wl_output */
|
||||
char *make;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue