mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-19 06:47:02 -04:00
backend/wayland: handle subpixel
This commit is contained in:
parent
d37572486b
commit
7927cb1ecd
3 changed files with 12 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue