mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-15 22:05:31 -05:00
output: introduce wlr_output_queue_state
This commit is contained in:
parent
328ce2dd39
commit
92ac84a192
2 changed files with 49 additions and 0 deletions
|
|
@ -429,6 +429,13 @@ void wlr_output_lock_software_cursors(struct wlr_output *output, bool lock);
|
|||
*/
|
||||
void wlr_output_render_software_cursors(struct wlr_output *output,
|
||||
pixman_region32_t *damage);
|
||||
/**
|
||||
* Queue pending output state from `state`.
|
||||
*
|
||||
* Users need to call `wlr_output_commit` to apply the pending state.
|
||||
*/
|
||||
void wlr_output_queue_state(struct wlr_output *output,
|
||||
const struct wlr_output_state *state);
|
||||
|
||||
|
||||
struct wlr_output_cursor *wlr_output_cursor_create(struct wlr_output *output);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue