mirror of
https://github.com/labwc/labwc.git
synced 2025-11-09 13:30:01 -05:00
build: fix name collision with wlroots, when linking statically
This commit is contained in:
parent
dd1663e627
commit
04450b5e4d
4 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue