mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-14 14:32:57 -04:00
Merge branch 'drm' into 'master'
backend/drm: Add pixel blend mode properties See merge request wlroots/wlroots!5312
This commit is contained in:
commit
6f130e17f3
6 changed files with 22 additions and 1 deletions
|
|
@ -202,6 +202,7 @@ static struct wlr_drm_fb *drm_fb_create(struct wlr_drm_backend *drm,
|
|||
|
||||
fb->backend = drm;
|
||||
fb->wlr_buf = buf;
|
||||
fb->has_alpha = pixel_format_has_alpha(attribs.format);
|
||||
|
||||
wlr_addon_init(&fb->addon, &buf->addons, drm, &fb_addon_impl);
|
||||
wl_list_insert(&drm->fbs, &fb->link);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue