From 5f562465717ae4d5afd518cd3adf5c84e83ce2d4 Mon Sep 17 00:00:00 2001 From: Alexander Orzechowski Date: Thu, 19 May 2022 14:01:44 -0400 Subject: wlr_scene: Pull scene_node_get_root into a private header We will need this for surface emulation on buffers. --- include/types/wlr_scene.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/types/wlr_scene.h (limited to 'include') diff --git a/include/types/wlr_scene.h b/include/types/wlr_scene.h new file mode 100644 index 00000000..64c11bc6 --- /dev/null +++ b/include/types/wlr_scene.h @@ -0,0 +1,8 @@ +#ifndef TYPES_WLR_SCENE_H +#define TYPES_WLR_SCENE_H + +#include + +struct wlr_scene *scene_node_get_root(struct wlr_scene_node *node); + +#endif -- cgit v1.2.3