mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
output: add wlr_output_commit_state
Same as wlr_output_commit, but takes a wlr_output_state.
This commit is contained in:
parent
501ac5398d
commit
d483dd2f4c
2 changed files with 41 additions and 26 deletions
|
|
@ -428,6 +428,8 @@ bool wlr_output_commit(struct wlr_output *output);
|
|||
void wlr_output_rollback(struct wlr_output *output);
|
||||
bool wlr_output_test_state(struct wlr_output *output,
|
||||
const struct wlr_output_state *state);
|
||||
bool wlr_output_commit_state(struct wlr_output *output,
|
||||
const struct wlr_output_state *state);
|
||||
/**
|
||||
* Manually schedules a `frame` event. If a `frame` event is already pending,
|
||||
* it is a no-op.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue