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
e7ee2a2442
commit
f0b387db1e
3 changed files with 12 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue