Merge branch 'master' into fullscreen

This commit is contained in:
Ryan Dwyer 2018-04-19 12:44:13 +10:00
commit 1285f01b13
1 changed files with 2 additions and 1 deletions

View File

@ -125,7 +125,8 @@ bool server_init(struct sway_server *server) {
}
void server_fini(struct sway_server *server) {
// TODO
// TODO: free sway-specific resources
wl_display_destroy(server->wl_display);
}
void server_run(struct sway_server *server) {