mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04: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
|
|
@ -342,7 +342,7 @@ void xwayland_unmanaged_create(struct server *server,
|
|||
void view_child_init(struct view_child *child, struct view *view,
|
||||
struct wlr_surface *wlr_surface);
|
||||
void view_child_finish(struct view_child *child);
|
||||
void subsurface_create(struct view *view, struct wlr_subsurface *wlr_subsurface);
|
||||
void view_subsurface_create(struct view *view, struct wlr_subsurface *wlr_subsurface);
|
||||
|
||||
void view_set_activated(struct view *view, bool activated);
|
||||
struct border view_border(struct view *view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue