output: check for color transform no-op changes

This allows callers to always set this state and not care whether
the output currently has the same color transform applied.
This commit is contained in:
Simon Ser 2025-06-23 09:15:10 +02:00
parent 0b58bddf13
commit 74ce6c22a5
2 changed files with 16 additions and 2 deletions

View file

@ -267,6 +267,7 @@ struct wlr_output {
struct {
struct wl_listener display_destroy;
struct wlr_output_image_description image_description_value;
struct wlr_color_transform *color_transform;
} WLR_PRIVATE;
};