OSD: Scale OSD to the largest output scale

This commit is contained in:
ARDiDo 2022-02-05 19:23:30 -05:00 committed by Johan Malm
parent 53df672dda
commit 049b84409e
3 changed files with 30 additions and 9 deletions

View file

@ -154,6 +154,7 @@ struct server {
struct wlr_output_manager_v1 *output_manager;
struct wl_listener output_manager_apply;
struct wlr_output_configuration_v1 *pending_output_config;
float greatest_scale;
struct wlr_foreign_toplevel_manager_v1 *foreign_toplevel_manager;