mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-13 08:22:16 -04:00
backend/drm: Add pixel blend mode properties
This commit is contained in:
parent
413664e0b0
commit
b09160aa3e
6 changed files with 22 additions and 1 deletions
|
|
@ -14,6 +14,7 @@ struct wlr_drm_fb {
|
|||
struct wl_list link; // wlr_drm_backend.fbs
|
||||
|
||||
uint32_t id;
|
||||
bool has_alpha;
|
||||
};
|
||||
|
||||
bool drm_fb_import(struct wlr_drm_fb **fb, struct wlr_drm_backend *drm,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue