Update READMEs per tinywl merge

This commit is contained in:
Drew DeVault 2019-01-03 10:10:03 -05:00
parent fc2ba30cfa
commit f0d8b793a8
5 changed files with 53 additions and 20 deletions

View file

@ -659,6 +659,8 @@ int main(int argc, char *argv[]) {
execl("/bin/sh", "/bin/sh", "-c", startup_cmd, (void *)NULL);
}
}
wlr_log(WLR_INFO, "Running Wayland compositor on WAYLAND_DISPLAY=%s",
socket);
wl_display_run(server.wl_display);
wl_display_destroy_clients(server.wl_display);