commit 95dac2a069388663ed5d94868f7f77679840c0b6
parent 73cc92213f704948f9a13539247c978f79a4e915
Author: Vincent Vanlaer <vincent.vanlaer@skynet.be>
Date: Mon, 7 May 2018 14:23:44 +0200
Update xwayland start for new API
https://github.com/swaywm/wlroots/pull/959
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sway/server.c b/sway/server.c
@@ -84,7 +84,7 @@ bool server_init(struct sway_server *server) {
// TODO make xwayland optional
server->xwayland =
- wlr_xwayland_create(server->wl_display, server->compositor);
+ wlr_xwayland_create(server->wl_display, server->compositor, false);
wl_signal_add(&server->xwayland->events.new_surface,
&server->xwayland_surface);
server->xwayland_surface.notify = handle_xwayland_surface;