Merge pull request #1475 from emersion/xwayland-shutdown

rootston: document why Xwayland is disconnected before clients
This commit is contained in:
Drew DeVault 2019-01-18 08:04:37 -05:00 committed by GitHub
commit 268c7e5cb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,8 @@ int main(int argc, char **argv) {
wl_display_run(server.wl_display);
#if WLR_HAS_XWAYLAND
// We need to shutdown Xwayland before disconnecting all clients, otherwise
// wlroots will restart it automatically.
wlr_xwayland_destroy(server.desktop->xwayland);
#endif
wl_display_destroy_clients(server.wl_display);