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