From 04d105760da71524c85a06f4ff7e5efba6a36088 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 17 Aug 2021 12:30:17 +0200 Subject: scene: add wlr_scene_output_commit --- include/wlr/types/wlr_scene.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_scene.h b/include/wlr/types/wlr_scene.h index 6e3c13cd..f2773c6b 100644 --- a/include/wlr/types/wlr_scene.h +++ b/include/wlr/types/wlr_scene.h @@ -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 -- cgit v1.2.3