Merge pull request #1942 from VincentVanlaer/xwayland-lazy

Update xwayland start for new API
This commit is contained in:
emersion 2018-05-08 23:05:08 +01:00 committed by GitHub
commit 22b873332f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;