mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-13 04:27:56 -05:00
wlr_scene_surface: Introduce scene_surface_set_clip
This commit is contained in:
parent
c6d356648c
commit
d1ddd4ca3a
3 changed files with 72 additions and 4 deletions
|
|
@ -5,4 +5,6 @@
|
|||
|
||||
struct wlr_scene *scene_node_get_root(struct wlr_scene_node *node);
|
||||
|
||||
void scene_surface_set_clip(struct wlr_scene_surface *surface, struct wlr_box *clip);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue