build: fix name collision with wlroots, when linking statically

This commit is contained in:
Dima Krasner 2021-11-08 20:17:08 +02:00 committed by Johan Malm
parent dd1663e627
commit 04450b5e4d
4 changed files with 7 additions and 7 deletions

View file

@ -21,7 +21,7 @@ subsurface_handle_destroy(struct wl_listener *listener, void *data)
}
void
subsurface_create(struct view *view, struct wlr_subsurface *wlr_subsurface)
view_subsurface_create(struct view *view, struct wlr_subsurface *wlr_subsurface)
{
struct view_subsurface *subsurface =
calloc(1, sizeof(struct view_subsurface));