Merge pull request #3144 from emersion/cmd-xwayland

Add xwayland command
This commit is contained in:
Drew DeVault 2019-01-13 20:42:39 -05:00 committed by GitHub
commit 4879d40695
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 71 additions and 38 deletions

View file

@ -369,7 +369,7 @@ int main(int argc, char **argv) {
}
if (!terminate_request) {
if (!server_start_backend(&server)) {
if (!server_start(&server)) {
sway_terminate(EXIT_FAILURE);
}
}