mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
output: add wlr_output_state_set_layers()
This commit is contained in:
parent
73ca1ea48a
commit
670915eeea
4 changed files with 18 additions and 8 deletions
|
|
@ -580,6 +580,13 @@ bool wlr_output_state_set_gamma_lut(struct wlr_output_state *state,
|
|||
*/
|
||||
void wlr_output_state_set_damage(struct wlr_output_state *state,
|
||||
const pixman_region32_t *damage);
|
||||
/**
|
||||
* Set the state's layers.
|
||||
*
|
||||
* The array must be kept valid by the caller until wlr_output_state_finish().
|
||||
*/
|
||||
void wlr_output_state_set_layers(struct wlr_output_state *state,
|
||||
struct wlr_output_layer_state *layers, size_t layers_len);
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue