output: don't rebuild cursor color transform for each update

This commit is contained in:
Félix Poisot 2025-11-23 11:03:30 +00:00 committed by Simon Ser
parent 7101a69804
commit 811765ffa0
4 changed files with 43 additions and 19 deletions

View file

@ -53,6 +53,7 @@ struct wlr_output_cursor {
struct {
struct wl_listener renderer_destroy;
struct wlr_color_transform *color_transform;
} WLR_PRIVATE;
};