~ruther/dwl

91000b5e76dfb5515f8148aa71dc2ee41ab511a9 — Devin J. Pohly 4 years ago 2254298
xcursor_manager is not automatically destroyed
1 files changed, 1 insertions(+), 0 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -0
@@ 1653,6 1653,7 @@ main(int argc, char *argv[])
	/* Once wl_display_run returns, we shut down the server. */
	wlr_xwayland_destroy(xwayland);
	wl_display_destroy_clients(dpy);
	wlr_xcursor_manager_destroy(cursor_mgr);
	wl_display_destroy(dpy);
	return EXIT_SUCCESS;


Do not follow this link