mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-14 14:32:57 -04:00
backend/drm: read CURVE_1D_TYPE property enum values
This commit is contained in:
parent
83605d212d
commit
def08f373a
3 changed files with 19 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ struct wlr_drm_colorop {
|
|||
uint32_t id;
|
||||
uint32_t type; // enum drm_colorop_type
|
||||
uint32_t size; // for 1D_LUT, 3D_LUT
|
||||
uint64_t curve_1d_types; // for 1D_CURVE, bitmask of 1 << WLR_DRM_COLOROP_1D_CURVE_*
|
||||
|
||||
struct wlr_drm_colorop_props props;
|
||||
struct wl_list link; // wlr_drm_plane.color_pipelines
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue