mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
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:
parent
0b58bddf13
commit
74ce6c22a5
2 changed files with 16 additions and 2 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue