backend/drm: add libliftoff composition layer

This will be useful for implementing the output layers API.
This commit is contained in:
Simon Ser 2022-08-18 19:27:42 +02:00
parent 9d43e7e4d6
commit 2398621b8b
2 changed files with 17 additions and 9 deletions

View file

@ -40,6 +40,7 @@ struct wlr_drm_crtc {
uint32_t id;
struct wlr_drm_lease *lease;
struct liftoff_output *liftoff;
struct liftoff_layer *liftoff_composition_layer;
// Atomic modesetting only
uint32_t mode_id;