mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
scene: constify subsurface_tree_set_clip()
This commit is contained in:
parent
873e8e4558
commit
b7d003caef
2 changed files with 3 additions and 3 deletions
|
|
@ -556,7 +556,7 @@ struct wlr_scene_tree *wlr_scene_subsurface_tree_create(
|
|||
* A NULL or empty clip will disable clipping
|
||||
*/
|
||||
void wlr_scene_subsurface_tree_set_clip(struct wlr_scene_node *node,
|
||||
struct wlr_box *clip);
|
||||
const struct wlr_box *clip);
|
||||
|
||||
/**
|
||||
* Add a node displaying an xdg_surface and all of its sub-surfaces to the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue