We will need this for surface emulation on buffers.
parent
39c059b70e
commit
5f56246571
@ -0,0 +1,8 @@
|
|||||||
|
#ifndef TYPES_WLR_SCENE_H
|
||||||
|
#define TYPES_WLR_SCENE_H
|
||||||
|
|
||||||
|
#include <wlr/types/wlr_scene.h>
|
||||||
|
|
||||||
|
struct wlr_scene *scene_node_get_root(struct wlr_scene_node *node);
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in new issue