wlr_scene: Make scene_buffer_from_node public

This commit is contained in:
Alexander Orzechowski 2022-03-28 06:19:45 -04:00
parent 73a656e8ac
commit 39c059b70e
2 changed files with 12 additions and 10 deletions

View file

@ -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.
*/