##// END OF EJS Templates
enable xwl
Tsuki -
r5:996174ee93eb default
parent child Browse files
Show More
@@ -1,6 +1,6
1 1 option(
2 2 'xwayland',
3 3 type: 'boolean',
4 value: false,
4 value: true,
5 5 description: 'Enable XWayland support',
6 6 )
@@ -499,7 +499,7 main(int argc, char *argv[])
499 499 wl_registry_add_listener(registry, &registry_listener, NULL);
500 500
501 501 wl_display_dispatch(display);
502 wl_display_roundtrip(display);
502 wl_display_roundtrip(display);
503 503
504 504 if (!dwl_ipc_manager && (mode & SET || tflag || lflag || Tflag || Lflag || cflag || vflag || mflag || fflag))
505 505 die("bad dwl-ipc protocol");
General Comments 0
You need to be logged in to leave comments. Login now