From 27609ba0d9d140660f0cc077ad7af8670fa0ed21 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 5 May 2020 10:24:08 +0200 Subject: xwayland: split server Split the server part of wlr_xwayland into wlr_xwayland_server. This allows compositors to implement their own XWM when wlroots' isn't a good fit. --- include/xwayland/xwm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/xwayland') diff --git a/include/xwayland/xwm.h b/include/xwayland/xwm.h index 351fce44..2569092f 100644 --- a/include/xwayland/xwm.h +++ b/include/xwayland/xwm.h @@ -138,7 +138,7 @@ struct wlr_xwm { struct wl_listener seat_drag_source_destroy; }; -struct wlr_xwm *xwm_create(struct wlr_xwayland *wlr_xwayland); +struct wlr_xwm *xwm_create(struct wlr_xwayland *wlr_xwayland, int wm_fd); void xwm_destroy(struct wlr_xwm *xwm); -- cgit v1.2.3