scene: grab image description from output state

Alternative to https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/5089
This commit is contained in:
Simon Ser 2025-06-19 14:09:51 +02:00 committed by Kenny Levinsen
parent 2498036e67
commit bf40f396bf
2 changed files with 32 additions and 0 deletions

View file

@ -574,6 +574,11 @@ void wlr_scene_output_set_position(struct wlr_scene_output *scene_output,
struct wlr_scene_output_state_options {
struct wlr_scene_timer *timer;
/**
* Color transform to apply before the output's color transform. Cannot be
* used when the output has a non-NULL image description set.
*/
struct wlr_color_transform *color_transform;
/**