mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
backend/drm: add libliftoff composition layer
This will be useful for implementing the output layers API.
This commit is contained in:
parent
9d43e7e4d6
commit
2398621b8b
2 changed files with 17 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue