From 39c059b70ee86be3de84f48bb62965fbf5047cd2 Mon Sep 17 00:00:00 2001 From: Alexander Orzechowski Date: Mon, 28 Mar 2022 06:19:45 -0400 Subject: wlr_scene: Make scene_buffer_from_node public --- include/wlr/types/wlr_scene.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/wlr/types/wlr_scene.h b/include/wlr/types/wlr_scene.h index 033d4cc6..07cb0a78 100644 --- a/include/wlr/types/wlr_scene.h +++ b/include/wlr/types/wlr_scene.h @@ -271,6 +271,8 @@ struct wlr_scene_surface *wlr_scene_surface_create(struct wlr_scene_node *parent struct wlr_scene_surface *wlr_scene_surface_from_node(struct wlr_scene_node *node); +struct wlr_scene_buffer *wlr_scene_buffer_from_node(struct wlr_scene_node *node); + /** * Add a node displaying a solid-colored rectangle to the scene-graph. */ -- cgit v1.2.3