Privatize xwayland_surface_from_view()

This commit is contained in:
Johan Malm 2025-09-26 19:15:29 +01:00 committed by Johan Malm
parent 286005e121
commit 950c634cea
2 changed files with 15 additions and 17 deletions

View file

@ -65,8 +65,6 @@ void xwayland_unmanaged_create(struct server *server,
void xwayland_view_create(struct server *server,
struct wlr_xwayland_surface *xsurface, bool mapped);
struct wlr_xwayland_surface *xwayland_surface_from_view(struct view *view);
void xwayland_server_init(struct server *server,
struct wlr_compositor *compositor);
void xwayland_server_finish(struct server *server);