ext_image_capture_source_v1: add helper to capture scene nodes

This commit is contained in:
Simon Ser 2025-05-25 19:33:57 +02:00 committed by Kenny Levinsen
parent b066fd6b5a
commit da820070f4
5 changed files with 337 additions and 4 deletions

View file

@ -5,6 +5,8 @@
struct wlr_scene *scene_node_get_root(struct wlr_scene_node *node);
void scene_node_get_size(struct wlr_scene_node *node, int *width, int *height);
void scene_surface_set_clip(struct wlr_scene_surface *surface, struct wlr_box *clip);
#endif