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

@ -19,7 +19,7 @@ view_child_handle_new_subsurface(struct wl_listener *listener, void *data)
struct view_child *child;
child = wl_container_of(listener, child, new_subsurface);
struct wlr_subsurface *wlr_subsurface = data;
subsurface_create(child->parent, wlr_subsurface);
view_subsurface_create(child->parent, wlr_subsurface);
}
void