backend/drm: Add pixel blend mode properties

This commit is contained in:
YaoBing Xiao 2026-03-26 10:07:27 +08:00
parent 413664e0b0
commit b09160aa3e
6 changed files with 22 additions and 1 deletions

View file

@ -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,