mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
backend/drm: add libliftoff composition layer
This will be useful for implementing the output layers API.
This commit is contained in:
parent
f7276aaf2f
commit
e45ddda7bc
3 changed files with 16 additions and 9 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue