dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit 18415278718bf8e162b0fbf5d3551134d1eb705a
parent fbd84aca4a2cbaa4e7daaa9d1a546d2248be8fec
Author: Devin J. Pohly <djpohly@gmail.com>
Date:   Thu, 13 Jul 2023 16:20:51 -0500

properly destroy scene

ΔSLOC: +1

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

diff --git a/dwl.c b/dwl.c @@ -663,6 +663,7 @@ cleanup(void) waitpid(child_pid, NULL, 0); } wlr_backend_destroy(backend); + wlr_scene_node_destroy(&scene->tree.node); wlr_renderer_destroy(drw); wlr_allocator_destroy(alloc); wlr_xcursor_manager_destroy(cursor_mgr);