diff options
author | Simon Ser <contact@emersion.fr> | 2022-08-18 19:27:42 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-02-20 18:38:57 +0100 |
commit | 2398621b8bd33f0e21590f88c363fd4ed7905e0f (patch) | |
tree | 8c5a6461011c79557a0d974dab821208efafd6be /include/backend | |
parent | 9d43e7e4d67d4076c8b20ee2715eadec86a83e73 (diff) |
backend/drm: add libliftoff composition layer
This will be useful for implementing the output layers API.
Diffstat (limited to 'include/backend')
-rw-r--r-- | include/backend/drm/drm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/backend/drm/drm.h b/include/backend/drm/drm.h index f2cd9c50..f61be026 100644 --- a/include/backend/drm/drm.h +++ b/include/backend/drm/drm.h @@ -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; |