mirror of
https://github.com/swaywm/sway.git
synced 2025-11-15 06:59:50 -05:00
Add xwayland command
This commit is contained in:
parent
67d24e8fc5
commit
311c7db7e3
10 changed files with 72 additions and 39 deletions
|
|
@ -382,7 +382,7 @@ int main(int argc, char **argv) {
|
|||
}
|
||||
|
||||
if (!terminate_request) {
|
||||
if (!server_start_backend(&server)) {
|
||||
if (!server_start(&server)) {
|
||||
sway_terminate(EXIT_FAILURE);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue