mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-05 13:29:47 -05:00
add xdg shell destructors
This commit is contained in:
parent
bdfe9faf58
commit
816a7f8257
3 changed files with 25 additions and 31 deletions
|
|
@ -61,4 +61,6 @@ int main() {
|
|||
xdg_shell_init(compositor.display, &state.xdg_shell);
|
||||
|
||||
compositor_run(&compositor);
|
||||
|
||||
xdg_shell_release(&state.xdg_shell);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue