mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -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
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue