mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
backend/drm: stop tracking overlay planes
We don't do anything with them. Once we do, we can easily add this back.
This commit is contained in:
parent
29da97c185
commit
863acb26c0
2 changed files with 7 additions and 24 deletions
|
|
@ -63,13 +63,6 @@ struct wlr_drm_crtc {
|
|||
struct wlr_drm_plane *primary;
|
||||
struct wlr_drm_plane *cursor;
|
||||
|
||||
/*
|
||||
* We don't support overlay planes yet, but we keep track of them to
|
||||
* give to DRM lease clients.
|
||||
*/
|
||||
size_t num_overlays;
|
||||
uint32_t *overlays;
|
||||
|
||||
union wlr_drm_crtc_props props;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue