commit 22b873332fa9ca8feaeaf5c36487c36bd9e631c5
parent 8fa53df670e72f36bb80ef03a62acb10dbf97397
Author: emersion <contact@emersion.fr>
Date: Tue, 8 May 2018 23:05:08 +0100
Merge pull request #1942 from VincentVanlaer/xwayland-lazy
Update xwayland start for new API
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;