mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-08 08:20:59 -04:00
wayland: take rotation into account when calculating the logical PPI
This commit is contained in:
parent
baf7dcaae6
commit
deaff095c6
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