Enable lazy xwayland

This commit is contained in:
Drew DeVault 2018-05-13 14:18:07 -04:00
parent b2dec12368
commit 404d006a1c

View file

@ -95,7 +95,7 @@ bool server_init(struct sway_server *server) {
// TODO make xwayland optional
server->xwayland =
wlr_xwayland_create(server->wl_display, server->compositor, false);
wlr_xwayland_create(server->wl_display, server->compositor, true);
wl_signal_add(&server->xwayland->events.new_surface,
&server->xwayland_surface);
server->xwayland_surface.notify = handle_xwayland_surface;