mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-18 06:47:31 -04:00
scene: cache wlr_color_transform objects
This commit is contained in:
parent
611e0649c5
commit
d98ff4553d
2 changed files with 148 additions and 53 deletions
|
|
@ -117,6 +117,8 @@ struct wlr_scene {
|
|||
bool direct_scanout;
|
||||
bool calculate_visibility;
|
||||
bool highlight_transparent_region;
|
||||
|
||||
struct wlr_scene_color_transform_cache *color_transform_cache;
|
||||
} WLR_PRIVATE;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue