mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
output: introduce wlr_output_state_set_damage()
This commit is contained in:
parent
709c9dd287
commit
ae7bad86dd
2 changed files with 19 additions and 0 deletions
|
|
@ -573,6 +573,13 @@ void wlr_output_state_set_buffer(struct wlr_output_state *state,
|
|||
struct wlr_buffer *buffer);
|
||||
bool wlr_output_state_set_gamma_lut(struct wlr_output_state *state,
|
||||
size_t ramp_size, const uint16_t *r, const uint16_t *g, const uint16_t *b);
|
||||
/**
|
||||
* Sets the state's damage region.
|
||||
*
|
||||
* This should be called in along with wlr_output_state_set_buffer().
|
||||
*/
|
||||
void wlr_output_state_set_damage(struct wlr_output_state *state,
|
||||
const pixman_region32_t *damage);
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue