add xdg shell destructors

This commit is contained in:
Tony Crisci 2017-08-09 10:55:23 -04:00
parent bdfe9faf58
commit 816a7f8257
3 changed files with 25 additions and 31 deletions

View file

@ -61,4 +61,6 @@ int main() {
xdg_shell_init(compositor.display, &state.xdg_shell);
compositor_run(&compositor);
xdg_shell_release(&state.xdg_shell);
}