backend/wayland: handle subpixel

This commit is contained in:
Alexander Orzechowski 2022-01-06 19:24:30 -05:00
parent e7ee2a2442
commit f0b387db1e
3 changed files with 12 additions and 2 deletions

View file

@ -56,6 +56,7 @@ struct wlr_wl_remote_output {
struct wl_output *output;
struct wlr_wl_backend *backend;
uint32_t scale;
enum wl_output_subpixel subpixel;
// we use this to identify the output in the
// global registry so that we can remove it later