wayland: take rotation into account when calculating the logical PPI

This commit is contained in:
Daniel Eklöf 2021-01-11 17:53:27 +01:00
parent 547b91e42b
commit 1df78932d7
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 21 additions and 0 deletions

View file

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