swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit badab714e7810623790ecf4997a2a66c26ebdfce
parent e16738b71f4a55effb56b8482a0ccc2236f70f2c
Author: Michael Forney <mforney@mforney.org>
Date:   Thu, 29 Aug 2019 20:41:21 -0700

xdg_shell: Remove xdg_shell global on shutdown

Diffstat:
Mlibswc/swc.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/libswc/swc.c b/libswc/swc.c @@ -203,6 +203,7 @@ EXPORT void swc_finalize(void) { panel_manager_finalize(); + xdg_shell_finalize(); shell_finalize(); seat_destroy(swc.seat); wl_global_destroy(swc.data_device_manager);