feat: add support layershell protocol
This commit is contained in:
8
node.h
Normal file
8
node.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef DIYAC_NODE_H
|
||||
#define DIYAC_NODE_H
|
||||
#include "diyac.h"
|
||||
|
||||
void diyac_node_descriptor_create(struct wlr_scene_node *scene_node,enum diyac_node_descriptor_type type, void *data);
|
||||
struct diyac_layer_surface * diyac_layer_surface_from_node(struct wlr_scene_node *wlr_scene_node);
|
||||
struct diyac_view *diyac_view_from_node(struct wlr_scene_node *wlr_scene_node);
|
||||
#endif
|
Reference in New Issue
Block a user