Show More
| @@ -1,6 +1,6 | |||
|
|
1 | 1 | option( |
|
|
2 | 2 | 'xwayland', |
|
|
3 | 3 | type: 'boolean', |
|
|
4 |
value: |
|
|
|
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, ®istry_listener, NULL); |
|
|
500 | 500 | |
|
|
501 | 501 | wl_display_dispatch(display); |
|
|
502 |
|
|
|
|
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
