mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-05 04:06:11 -05:00
output: don't rebuild cursor color transform for each update
This commit is contained in:
parent
7101a69804
commit
811765ffa0
4 changed files with 43 additions and 19 deletions
|
|
@ -53,6 +53,7 @@ struct wlr_output_cursor {
|
|||
|
||||
struct {
|
||||
struct wl_listener renderer_destroy;
|
||||
struct wlr_color_transform *color_transform;
|
||||
} WLR_PRIVATE;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue