diff --git a/meson_options.txt b/meson_options.txt --- a/meson_options.txt +++ b/meson_options.txt @@ -1,6 +1,6 @@ option( 'xwayland', type: 'boolean', - value: false, + value: true, description: 'Enable XWayland support', ) diff --git a/smsg/smsg.c b/smsg/smsg.c --- a/smsg/smsg.c +++ b/smsg/smsg.c @@ -499,7 +499,7 @@ main(int argc, char *argv[]) wl_registry_add_listener(registry, ®istry_listener, NULL); wl_display_dispatch(display); - wl_display_roundtrip(display); + wl_display_roundtrip(display); if (!dwl_ipc_manager && (mode & SET || tflag || lflag || Tflag || Lflag || cflag || vflag || mflag || fflag)) die("bad dwl-ipc protocol");