backend/drm: add libliftoff composition layer

This will be useful for implementing the output layers API.
This commit is contained in:
Simon Ser 2021-08-10 15:25:02 +02:00
parent f7276aaf2f
commit e45ddda7bc
3 changed files with 16 additions and 9 deletions

View file

@ -54,6 +54,7 @@ struct wlr_drm_crtc {
union wlr_drm_crtc_props props;
struct liftoff_output *liftoff;
struct liftoff_layer *liftoff_composition_layer;
};
struct wlr_drm_backend {