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
|
|
@ -68,6 +68,7 @@ static const struct prop_info plane_info[] = {
|
|||
{ "SRC_W", INDEX(src_w) },
|
||||
{ "SRC_X", INDEX(src_x) },
|
||||
{ "SRC_Y", INDEX(src_y) },
|
||||
{ "pixel blend mode", INDEX(pixel_blend_mode) },
|
||||
{ "rotation", INDEX(rotation) },
|
||||
{ "type", INDEX(type) },
|
||||
#undef INDEX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue