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

@ -31,4 +31,6 @@ void wl_shell_init(struct wl_display *display,
void xdg_shell_init(struct wl_display *display,
struct xdg_shell_state *state);
void xdg_shell_release(struct xdg_shell_state *state);
#endif