backend/wayland: handle subpixel

This commit is contained in:
Alexander Orzechowski 2022-01-06 19:24:30 -05:00 committed by Alexander Orzechowski
parent d37572486b
commit 7927cb1ecd
3 changed files with 12 additions and 2 deletions

View file

@ -55,6 +55,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