scene: add wlr_scene_output_commit

This commit is contained in:
Simon Ser 2021-08-17 12:30:17 +02:00 committed by Simon Zeni
parent 968c1df7e9
commit 04d105760d
2 changed files with 28 additions and 0 deletions

View file

@ -189,5 +189,9 @@ void wlr_scene_output_destroy(struct wlr_scene_output *scene_output);
*/
void wlr_scene_output_set_position(struct wlr_scene_output *scene_output,
int lx, int ly);
/**
* Render and commit an output.
*/
bool wlr_scene_output_commit(struct wlr_scene_output *scene_output);
#endif