mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-19 06:59:48 -05:00
wlr_scene: add color transform argument for rendering
This commit is contained in:
parent
ffdbfdbbbd
commit
391410deb5
2 changed files with 2 additions and 0 deletions
|
|
@ -469,6 +469,7 @@ void wlr_scene_output_set_position(struct wlr_scene_output *scene_output,
|
|||
|
||||
struct wlr_scene_output_state_options {
|
||||
struct wlr_scene_timer *timer;
|
||||
struct wlr_color_transform *color_transform;
|
||||
|
||||
/**
|
||||
* Allows use of a custom swapchain. This can be useful when trying out an
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue