backend: add wlr_backend_{test,commit}()

This commit is contained in:
Simon Ser 2022-09-14 10:43:27 +02:00 committed by Kenny Levinsen
parent fc4996d853
commit 78c76ddd09
5 changed files with 135 additions and 29 deletions

View file

@ -22,4 +22,7 @@ bool output_cursor_set_texture(struct wlr_output_cursor *cursor,
void output_defer_present(struct wlr_output *output, struct wlr_output_event_present event);
bool output_prepare_commit(struct wlr_output *output, const struct wlr_output_state *state);
void output_apply_commit(struct wlr_output *output, const struct wlr_output_state *state);
#endif