dwl

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

commit e645ea8301f3d6edf14cfb36c4d663bf721d3200
parent e4bf83e26d4eccfcab3d54c6ebdbcc53a90346cd
Author: Leonardo Hernández Hernández <leohdz172@protonmail.com>
Date:   Fri, 18 Mar 2022 10:40:40 -0600

attach presentation to scene

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

diff --git a/dwl.c b/dwl.c @@ -1986,6 +1986,7 @@ setup(void) wl_signal_add(&output_mgr->events.test, &output_mgr_test); presentation = wlr_presentation_create(dpy, backend); + wlr_scene_set_presentation(scene, presentation); #ifdef XWAYLAND /*