mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
backend/drm: remove unused wlr_drm_plane.drm_format
This commit is contained in:
parent
248c7787c7
commit
352fdd1bb0
2 changed files with 0 additions and 16 deletions
|
|
@ -32,7 +32,6 @@ struct wlr_drm_plane {
|
|||
/* Buffer currently displayed on screen */
|
||||
struct wlr_drm_fb current_fb;
|
||||
|
||||
uint32_t drm_format; // ARGB8888 or XRGB8888
|
||||
struct wlr_drm_format_set formats;
|
||||
|
||||
// Only used by cursor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue